blob: dae092f1a0a3dfc43a40be4dcd13d212d645c7a7 [file] [log] [blame]
Adam Israel5e08a0e2018-09-06 19:22:47 -04001metrics:
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}'