1
0
Fork 0
mirror of https://github.com/shouptech/nagios-plugin-check-rabbitmq.git synced 2026-02-03 14:49:41 +00:00

Removed headers for examples, less clutter that way

This commit is contained in:
Mike Shoup 2015-04-30 07:31:06 -06:00
parent a47d071925
commit a9b353e1bd

View file

@ -32,24 +32,18 @@ The script can perform the following actions
Checks if the high memory usage alarm has been triggered on specified node. Requires an additional argument which matches the node name in the cluster.
#### Example
check_rabbitmq.py -H rmqhost mem_alarm rabbit@rmqhost
### disk_free_alarm
Checks if the high disk usage alarm has been triggered on specified node. Requires an additional argument which matches the node name in the cluster.
#### Example
check_rabbitmq.py -H rmqhost disk_free_alarm rabbit@rmqhost
### check_sockets
Checks for the percentage of sockets in use. Default critical threshold is 90% and default warning threshold is 80%. Specify alternate thresholds with -c/-w.
#### Examples
Check socket usage with default thresholds:
check_rabbitmq.py -H rmqhost check_sockets rabbit@rmqhost
@ -62,8 +56,6 @@ Check socket usage with critical threshold of 95% and warning threshold of 90%:
Checks for the percentage of file descriptors in use. Default critical threshold is 90% and default warning threshold is 80%. Specify alternate thresholds with -c/-w.
#### Examples
Check file descriptor usage with default thresholds:
check_rabbitmq.py -H rmqhost check_fd rabbit@rmqhost
@ -76,6 +68,4 @@ Check file descriptor usage with critical threshold of 95% and warning threshold
Checks that all nodes in the cluster are running. Default critical threshold is 2 nodes not running. Default warning threshold is 1 node not running. Specify alternate thresholds with -c/-w.
#### Example
check_rabbitmq.py -H rmqhost check_nodes