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

@@ -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