node_exporter/collector
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
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
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