Fix munin graphs to use the right graph type

This commit is contained in:
Matthew Jones 2014-08-05 14:59:53 -04:00
parent 51ff38a33a
commit 3e7ee988a2
7 changed files with 0 additions and 9 deletions

View File

@ -7,7 +7,6 @@ graph_title Callback Receiver Processes
graph_vlabel num processes
graph_category tower
callbackr.label Callback Receiver Processes
callbackr.type DERIVE
EOM
exit 0;;
esac

View File

@ -7,7 +7,6 @@ graph_title Celery Processes
graph_vlabel num processes
graph_category tower
celeryd.label Celery Processes
celeryd.type DERIVE
EOM
exit 0;;
esac

View File

@ -7,7 +7,6 @@ graph_title Postmaster Processes
graph_vlabel num processes
graph_category tower
postmaster.label Postmaster Processes
postmaster.type DERIVE
EOM
exit 0;;
esac

View File

@ -7,7 +7,6 @@ graph_title Rabbit Processes
graph_vlabel num processes
graph_category tower
rabbit.label Rabbit Processes
rabbit.type DERIVE
EOM
exit 0;;
esac

View File

@ -7,7 +7,6 @@ graph_title SocketIO Service Processes
graph_vlabel num processes
graph_category tower
socketio.label SocketIO Service Processes
socketio.type DERIVE
EOM
exit 0;;
esac

View File

@ -7,7 +7,6 @@ graph_title Task Manager Processes
graph_vlabel num processes
graph_category tower
taskm.label Task Manager Processes
taskm.type DERIVE
EOM
exit 0;;
esac

View File

@ -8,11 +8,8 @@ graph_title Running Jobs breakdown
graph_vlabel job count
graph_category tower
running.label Running jobs
running.type DERIVE
waiting.label Waiting jobs
waiting.type DERIVE
pending.label Pending jobs
pending.type DERIVE
EOM
exit 0;;
esac