diff options
Diffstat (limited to 'plugin/snmp.php')
| -rw-r--r-- | plugin/snmp.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/snmp.php b/plugin/snmp.php index 680d94f..4d871a8 100644 --- a/plugin/snmp.php +++ b/plugin/snmp.php | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | # Collectd snmp plugin | 3 | # Collectd snmp plugin |
| 4 | 4 | ||
| 5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
| 6 | require_once 'inc/collectd.inc.php'; | ||
| 7 | 6 | ||
| 8 | 7 | ||
| 9 | switch(GET('t')) { | 8 | switch(GET('t')) { |
| @@ -32,6 +31,5 @@ switch(GET('t')) { | |||
| 32 | 31 | ||
| 33 | $obj->rrd_format = '%5.1lf%s'; | 32 | $obj->rrd_format = '%5.1lf%s'; |
| 34 | 33 | ||
| 35 | collectd_flush($obj->identifiers); | ||
| 36 | $obj->rrd_graph(); | 34 | $obj->rrd_graph(); |
| 37 | 35 | ||
