node_exporter/collector
Brian Brazil 352cde6d20 Add text file exporter
This allows static metrics (e.g. an attributes collector replacement),
and cronjobs to expose stats by echoing into a file.

For example:

echo "my_metric 123" > mycronjob.prom.$$
mv mycronjob.prom.$$ mycronjob.prom
2015-01-25 16:25:25 +00:00
..
fixtures Fix tests 2014-11-24 18:34:02 -05:00
ganglia Move exporter to main and listen/interval to flags 2014-02-18 13:57:41 +01:00
attributes.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
bonding.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
bonding_test.go Fix tests 2014-11-24 18:34:02 -05:00
collector.go Collect at every scrape, rather than at regular intervals. 2014-10-29 17:00:36 +00:00
diskstats.go Consolidate build flags 2014-11-25 18:01:02 -05:00
diskstats_test.go Fix tests 2014-11-24 18:34:02 -05:00
filesystem.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
gmond.go Fix ganglia namespace 2014-11-26 18:15:02 -05:00
helper.go Split native collector into it's component parts and make them enablable. 2014-06-04 12:37:25 +01:00
interrupts.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
interrupts_test.go Fix tests 2014-11-24 18:34:02 -05:00
lastlogin.go Consolidate build flags 2014-11-25 18:01:02 -05:00
loadavg.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
loadavg_test.go Fix tests 2014-11-24 18:34:02 -05:00
megacli.go Consolidate collector selection 2014-11-25 18:01:02 -05:00
megacli_test.go Consolidate collector selection 2014-11-25 18:01:02 -05:00
meminfo.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
meminfo_test.go Fix tests 2014-11-24 18:34:02 -05:00
netdev.go Consolidate build flags 2014-11-25 18:01:02 -05:00
netdev_test.go Fix tests 2014-11-24 18:34:02 -05:00
netstat.go Consolidate build flags 2014-11-25 18:01:02 -05:00
netstat_test.go Fix tests 2014-11-24 18:34:02 -05:00
ntp.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
runit.go Consolidate collector selection 2014-11-25 18:01:02 -05:00
stat.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00
textfile.go Add text file exporter 2015-01-25 16:25:25 +00:00
time.go Reduce number of global variables used 2014-11-24 21:08:50 -05:00