فهرست منبع

Update check_service.sh

liberodark 7 سال پیش
والد
کامیت
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