mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Fix munin graphs to use the right graph type
This commit is contained in:
@@ -7,7 +7,6 @@ graph_title Callback Receiver Processes
|
|||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
callbackr.label Callback Receiver Processes
|
callbackr.label Callback Receiver Processes
|
||||||
callbackr.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ graph_title Celery Processes
|
|||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
celeryd.label Celery Processes
|
celeryd.label Celery Processes
|
||||||
celeryd.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ graph_title Postmaster Processes
|
|||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
postmaster.label Postmaster Processes
|
postmaster.label Postmaster Processes
|
||||||
postmaster.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ graph_title Rabbit Processes
|
|||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
rabbit.label Rabbit Processes
|
rabbit.label Rabbit Processes
|
||||||
rabbit.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ graph_title SocketIO Service Processes
|
|||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
socketio.label SocketIO Service Processes
|
socketio.label SocketIO Service Processes
|
||||||
socketio.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ graph_title Task Manager Processes
|
|||||||
graph_vlabel num processes
|
graph_vlabel num processes
|
||||||
graph_category tower
|
graph_category tower
|
||||||
taskm.label Task Manager Processes
|
taskm.label Task Manager Processes
|
||||||
taskm.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -8,11 +8,8 @@ graph_title Running Jobs breakdown
|
|||||||
graph_vlabel job count
|
graph_vlabel job count
|
||||||
graph_category tower
|
graph_category tower
|
||||||
running.label Running jobs
|
running.label Running jobs
|
||||||
running.type DERIVE
|
|
||||||
waiting.label Waiting jobs
|
waiting.label Waiting jobs
|
||||||
waiting.type DERIVE
|
|
||||||
pending.label Pending jobs
|
pending.label Pending jobs
|
||||||
pending.type DERIVE
|
|
||||||
EOM
|
EOM
|
||||||
exit 0;;
|
exit 0;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user