| Adam Israel | 5e08a0e | 2018-09-06 19:22:47 -0400 | [diff] [blame] | 1 | metrics: |
| 2 | users: | ||||
| 3 | type: gauge | ||||
| 4 | description: "# of users" | ||||
| 5 | command: who|wc -l | ||||
| 6 | load: | ||||
| 7 | type: gauge | ||||
| 8 | description: "5 minute load average" | ||||
| 9 | command: cat /proc/loadavg |awk '{print $1}' | ||||