docs: Added debug to services.md (#7238)

* docs added debug to services.md

* Update Services.md

added user librenms

* Update Services.md
This commit is contained in:
kkrumm1
2017-08-30 14:13:45 -05:00
committed by Neil Lathwood
parent e3fab24e1c
commit 8ab2d05da0

View File

@@ -76,3 +76,14 @@ Services uses the Nagios Alerting scheme where:
To create an alerting rule to alert on service=critical, your alerting rule would look like:
%services.service_status = "2"
## Debug
Change user to librenms for example
```
su - librenms
```
then you can run the following command to help troubleshoot services.
```
./check-services.php -d
```