author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Feb 2007 09:41:55 +0000 (10:41 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Feb 2007 09:41:55 +0000 (10:41 +0100) | ||
commit | 2d897a731bd23f7a33b89e7b7e3004b6b26b5a94 | |
tree | a28f606cb98ef97236158a11fba9e65746fb446e | tree | snapshot |
parent | 41c58bbf1dd3fd89d80cb72a07cf659b52fba993 | commit | diff |
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.
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: