Skip to content

Commit ac8d4b1

Browse files
committed
simplified install procedure
1 parent 1d3fca8 commit ac8d4b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@ A simple PHP script to monitor network services
44
# Install
55
```
66
cd /opt
7-
wget http://github.com/ircf/php-monitoring/archive/master.zip
8-
gunzip master.zip
9-
cd php-monitoring
7+
git clone [email protected]:ircf/php-monitoring.git
108
```
119

1210
# Configure services and alert
1311
```
1412
cd /opt/php-monitoring
1513
cp config.inc.php-dist config.inc.php
1614
nano config.inc.php
17-
# Enter the service names, IP, alert method, and save file
15+
# Enter services, alert and save file
1816
```
1917

2018
# Configure cron

0 commit comments

Comments
 (0)