Skip to content

Commit 687fc33

Browse files
committed
fixed README.md syntax
1 parent 9418204 commit 687fc33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
A simple PHP script to monitor network services
33

44
# Install
5+
```
56
cd /opt
67
wget http://github.com/ircf/php-monitoring/archive/master.zip
78
gunzip master.zip
89
cd php-monitoring
910
ln -s cron /etc/cron.d/php-monitoring
11+
```
1012

1113
# Configure
14+
```
1215
cd /opt/php-monitoring
1316
cp config.inc.php-dist config.inc.php
1417
nano config.inc.php
1518
# Enter the service names, IP, alert method, and save file
19+
```

0 commit comments

Comments
 (0)