mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Update munin to Redis
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
case $1 in
|
case $1 in
|
||||||
config)
|
config)
|
||||||
cat <<'EOM'
|
cat <<'EOM'
|
||||||
graph_title Rabbit Processes
|
graph_title Redis Processes
|
||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
rabbit.label Rabbit Processes
|
redis.label Redis Processes
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
printf "rabbit.value "
|
printf "redis.value "
|
||||||
ps ax | grep rabbitmq | grep -v grep | wc -l
|
ps ax | grep redis | grep -v grep | wc -l
|
||||||
printf "\n"
|
printf "\n"
|
||||||
Reference in New Issue
Block a user