Exporter exposing load, last login and tag list.

The list of tags can be configured in a json config.
This commit is contained in:
Johannes 'fish' Ziemke 2013-04-18 16:45:37 +02:00
commit a6e8bcb1c4
3 changed files with 232 additions and 0 deletions

7
node_exporter.conf Normal file
View file

@ -0,0 +1,7 @@
{
"attributes" : {
"web-server" : "1",
"zone" : "a",
"default" : "1"
}
}