| Adam Israel | 5afe054 | 2018-08-08 12:54:55 -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}' | ||||