mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user