mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Fix munin graphs to use the right graph type
This commit is contained in:
parent
51ff38a33a
commit
3e7ee988a2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user