Explorar el Código

check_enq.sh: add more usage in comments

Jon Schipp hace 12 años
padre
commit
d104a50c6f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      check_enq.sh

+ 6 - 0
check_enq.sh

@@ -7,6 +7,12 @@
 
 # 1.) Return critical if any queue is in the DOWN state
 # $ ./check_enq.sh -d
+#
+# 2.) Return critical if any queue is in the DOWN state except those listed
+# $ ./check_enq.sh -d -e "color,black,invoice"
+#
+# 3.) Return critical if color is in DOWN state
+# $ ./check_enq.sh -d -q color
 
 # Nagios Exit Codes
 OK=0