mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-22 07:54:53 -05:00
Update README.md
This commit is contained in:
parent
b4c1a6fc5c
commit
8fa6f30c00
13
README.md
13
README.md
@ -51,3 +51,16 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
|
||||
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
|
||||
cd /opt
|
||||
git clone https://github.com/sp2ong/HBmonitor.git
|
||||
cd HBmonitor
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
cp config-SAMPLE.py config.py
|
||||
edit config.py and change what you necessary
|
||||
cp utils/hbmon.service /lib/systemd/system/
|
||||
systemctl enable hbmon
|
||||
systemctl start hbmon
|
||||
systemctl status hbmon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user