Change the rabbit process count query for munin graphs... sometimes

there isn't a rabbitmq-server process
This commit is contained in:
Matthew Jones 2014-08-14 15:51:57 -04:00
parent c80b07143b
commit d29a82bcaa

View File

@ -12,5 +12,5 @@ EOM
esac
printf "rabbit.value "
ps ax | grep rabbitmq-server | grep -v grep | wc -l
ps ax | grep rabbitmq | grep -v grep | wc -l
printf "\n"