From b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sun, 10 Oct 2010 12:39:32 +0200 Subject: plugin: remove php close tags --- plugin/apache.php | 2 -- plugin/bind.php | 1 - plugin/conntrack.php | 2 -- plugin/cpu.php | 2 -- plugin/df.php | 2 -- plugin/disk.php | 2 -- plugin/entropy.php | 2 -- plugin/hddtemp.php | 2 -- plugin/interface.php | 2 -- plugin/irq.php | 2 -- plugin/load.php | 2 -- plugin/memcached.php | 2 -- plugin/memory.php | 2 -- plugin/netlink.php | 2 -- plugin/nfs.php | 2 -- plugin/ntpd.php | 2 -- plugin/nut.php | 2 -- plugin/ping.php | 2 -- plugin/processes.php | 2 -- plugin/sensors.php | 2 -- plugin/swap.php | 2 -- plugin/tcpconns.php | 2 -- plugin/uptime.php | 2 -- plugin/users.php | 2 -- plugin/vmem.php | 2 -- plugin/wireless.php | 2 -- 26 files changed, 51 deletions(-) (limited to 'plugin') diff --git a/plugin/apache.php b/plugin/apache.php index 7153662..8c46ad7 100644 --- a/plugin/apache.php +++ b/plugin/apache.php @@ -47,5 +47,3 @@ $obj->rrd_format = '%5.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/bind.php b/plugin/bind.php index 2ba5bc7..2550918 100644 --- a/plugin/bind.php +++ b/plugin/bind.php @@ -17,4 +17,3 @@ $obj->rrd_format = '%5.1lf%s'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - diff --git a/plugin/conntrack.php b/plugin/conntrack.php index 64b4f7f..949d88e 100644 --- a/plugin/conntrack.php +++ b/plugin/conntrack.php @@ -26,5 +26,3 @@ $obj->rrd_format = '%.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/cpu.php b/plugin/cpu.php index 5aeaf24..4c049d6 100644 --- a/plugin/cpu.php +++ b/plugin/cpu.php @@ -49,5 +49,3 @@ $obj->rrd_format = '%5.2lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/df.php b/plugin/df.php index b3bba84..7847b4e 100644 --- a/plugin/df.php +++ b/plugin/df.php @@ -30,5 +30,3 @@ $obj->rrd_format = '%5.1lf%sB'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/disk.php b/plugin/disk.php index 63015d8..9837041 100644 --- a/plugin/disk.php +++ b/plugin/disk.php @@ -51,5 +51,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/entropy.php b/plugin/entropy.php index 3583550..01bd183 100644 --- a/plugin/entropy.php +++ b/plugin/entropy.php @@ -25,5 +25,3 @@ $obj->rrd_format = '%4.0lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/hddtemp.php b/plugin/hddtemp.php index ff073cb..10f71e6 100644 --- a/plugin/hddtemp.php +++ b/plugin/hddtemp.php @@ -20,5 +20,3 @@ $obj->rrd_format = '%.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/interface.php b/plugin/interface.php index 82b9f25..6beee00 100644 --- a/plugin/interface.php +++ b/plugin/interface.php @@ -43,5 +43,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/irq.php b/plugin/irq.php index 2565564..19618a4 100644 --- a/plugin/irq.php +++ b/plugin/irq.php @@ -21,5 +21,3 @@ $obj->rrd_format = '%6.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/load.php b/plugin/load.php index b33739e..a8cc678 100644 --- a/plugin/load.php +++ b/plugin/load.php @@ -29,5 +29,3 @@ $obj->rrd_format = '%.2lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/memcached.php b/plugin/memcached.php index 6157d69..b30c27c 100644 --- a/plugin/memcached.php +++ b/plugin/memcached.php @@ -180,5 +180,3 @@ $obj->rrd_format = '%5.1lf%s'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/memory.php b/plugin/memory.php index ca85078..14779e2 100644 --- a/plugin/memory.php +++ b/plugin/memory.php @@ -38,5 +38,3 @@ $obj->rrd_format = '%5.1lf%s'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/netlink.php b/plugin/netlink.php index 9352f66..423775d 100644 --- a/plugin/netlink.php +++ b/plugin/netlink.php @@ -123,5 +123,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/nfs.php b/plugin/nfs.php index 24a61a8..7daf032 100644 --- a/plugin/nfs.php +++ b/plugin/nfs.php @@ -34,5 +34,3 @@ $obj->generate_colors(); collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/ntpd.php b/plugin/ntpd.php index 1aae16c..1b13f78 100644 --- a/plugin/ntpd.php +++ b/plugin/ntpd.php @@ -49,5 +49,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/nut.php b/plugin/nut.php index 82b967e..816a9ca 100644 --- a/plugin/nut.php +++ b/plugin/nut.php @@ -53,5 +53,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/ping.php b/plugin/ping.php index 088cf03..067f1f1 100644 --- a/plugin/ping.php +++ b/plugin/ping.php @@ -41,5 +41,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/processes.php b/plugin/processes.php index ddee61d..466e1e3 100644 --- a/plugin/processes.php +++ b/plugin/processes.php @@ -196,5 +196,3 @@ switch($obj->args['type']) collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/sensors.php b/plugin/sensors.php index 33a642d..1b2bbac 100644 --- a/plugin/sensors.php +++ b/plugin/sensors.php @@ -39,5 +39,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/swap.php b/plugin/swap.php index 7902081..9449b55 100644 --- a/plugin/swap.php +++ b/plugin/swap.php @@ -52,5 +52,3 @@ $obj->rrd_format = '%5.1lf%s'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/tcpconns.php b/plugin/tcpconns.php index 5d8dba7..4867d32 100644 --- a/plugin/tcpconns.php +++ b/plugin/tcpconns.php @@ -20,5 +20,3 @@ $obj->rrd_format = '%5.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/uptime.php b/plugin/uptime.php index 0d3d617..4331ab9 100644 --- a/plugin/uptime.php +++ b/plugin/uptime.php @@ -25,5 +25,3 @@ $obj->rrd_format = '%.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/users.php b/plugin/users.php index 5df16bc..2b5397e 100644 --- a/plugin/users.php +++ b/plugin/users.php @@ -25,5 +25,3 @@ $obj->rrd_format = '%.1lf'; collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/vmem.php b/plugin/vmem.php index d7f9830..3b58a5e 100644 --- a/plugin/vmem.php +++ b/plugin/vmem.php @@ -62,5 +62,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> diff --git a/plugin/wireless.php b/plugin/wireless.php index bbb9f4a..413ee28 100644 --- a/plugin/wireless.php +++ b/plugin/wireless.php @@ -31,5 +31,3 @@ switch($obj->args['type']) { collectd_flush($obj->identifiers); $obj->rrd_graph(); - -?> -- cgit v1.1