[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:
parent
f6db8b0a85
commit
f31c0e492d
7 changed files with 52 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
"cpu": {
|
||||
"prefix": " cpu "
|
||||
},
|
||||
"load": {
|
||||
"prefix": " load "
|
||||
},
|
||||
"disk": {
|
||||
"prefix": " hdd "
|
||||
},
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
"cpu": {
|
||||
"prefix": " "
|
||||
},
|
||||
"load": {
|
||||
"prefix": " "
|
||||
},
|
||||
"disk": {
|
||||
"prefix": " "
|
||||
},
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
"cpu": {
|
||||
"prefix": " "
|
||||
},
|
||||
"load": {
|
||||
"prefix": " "
|
||||
},
|
||||
"disk": {
|
||||
"prefix": " "
|
||||
},
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
"cpu": {
|
||||
"prefix": " "
|
||||
},
|
||||
"load": {
|
||||
"prefix": " "
|
||||
},
|
||||
"disk": {
|
||||
"prefix": " "
|
||||
},
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
"cpu": {
|
||||
"prefix": " cpu "
|
||||
},
|
||||
"load": {
|
||||
"prefix": " load "
|
||||
},
|
||||
"disk": {
|
||||
"prefix": " hdd "
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue