liberodark 7 лет назад
Родитель
Сommit
034c2d19f9
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      check_service.sh

+ 2 - 0
check_service.sh

@@ -18,6 +18,8 @@
 
 # 3.) Manually select service management tool and service
 # $ ./check_service.sh -o linux -t "service rsyslog status"
+# Exemple for check all failed services
+# $ ./check_service.sh -o linux -t "systemctl list-units --state=failed"
 
 # Nagios Exit Codes
 OK=0