[modules] Add initial version of a load module

Add a load module that shows 1/5/15 minute load average and allows the
user to set warning and critical thresholds on the 1 minute average.

fixes #9
This commit is contained in:
Tobi-wan Kenobi 2016-11-25 21:45:30 +01:00
parent f6db8b0a85
commit f31c0e492d
7 changed files with 52 additions and 0 deletions

View file

@ -17,6 +17,9 @@
"cpu": {
"prefix": " cpu "
},
"load": {
"prefix": " load "
},
"disk": {
"prefix": " hdd "
},

View file

@ -33,6 +33,9 @@
"cpu": {
"prefix": "  "
},
"load": {
"prefix": "  "
},
"disk": {
"prefix": "  "
},

View file

@ -32,6 +32,9 @@
"cpu": {
"prefix": "  "
},
"load": {
"prefix": "  "
},
"disk": {
"prefix": "  "
},

View file

@ -33,6 +33,9 @@
"cpu": {
"prefix": "  "
},
"load": {
"prefix": "  "
},
"disk": {
"prefix": "  "
},

View file

@ -32,6 +32,9 @@
"cpu": {
"prefix": " cpu "
},
"load": {
"prefix": " load "
},
"disk": {
"prefix": " hdd "
},