Code

Introduce two global variables: `hostname_g' and `interval_g'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 28 Feb 2007 09:41:55 +0000 (10:41 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 28 Feb 2007 09:41:55 +0000 (10:41 +0100)
commit2d897a731bd23f7a33b89e7b7e3004b6b26b5a94
treea28f606cb98ef97236158a11fba9e65746fb446e
parent41c58bbf1dd3fd89d80cb72a07cf659b52fba993
Introduce two global variables: `hostname_g' and `interval_g'.

hostname_g: Hostname we're running on. May be set in the configfile with the
  `Hostname'-option. This replaces the global `hostname'-variable exported by
  `plugin.c'.
interval_g: Interval in which we query the read plugins. This replaces the
  `COLLECTD_STEP'-define and is configurable using the `Interval'-option.
35 files changed:
src/apache.c
src/apcups.c
src/apple_sensors.c
src/battery.c
src/collectd.c
src/collectd.conf.pod
src/collectd.h
src/configfile.c
src/cpu.c
src/cpufreq.c
src/df.c
src/disk.c
src/dns.c
src/entropy.c
src/exec.c
src/hddtemp.c
src/irq.c
src/load.c
src/mbmon.c
src/memory.c
src/multimeter.c
src/mysql.c
src/nfs.c
src/ntpd.c
src/ping.c
src/plugin.c
src/plugin.h
src/processes.c
src/rrdtool.c
src/sensors.c
src/serial.c
src/swap.c
src/tape.c
src/traffic.c
src/wireless.c