diff options
author | Pim van den Berg | 2010-10-10 12:39:32 +0200 |
---|---|---|
committer | Pim van den Berg | 2010-10-10 12:39:32 +0200 |
commit | b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4 (patch) | |
tree | 3932b7c45ff004292ea6cc3d4118c12eaa4bfc2a /plugin | |
parent | plugin: add cpufreq plugin (diff) | |
download | apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.zip apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.tar.gz apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.tar.bz2 apt-panopticon_cgp-b3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4.tar.xz |
plugin: remove php close tags
Diffstat (limited to '')
-rw-r--r-- | plugin/apache.php | 2 | ||||
-rw-r--r-- | plugin/bind.php | 1 | ||||
-rw-r--r-- | plugin/conntrack.php | 2 | ||||
-rw-r--r-- | plugin/cpu.php | 2 | ||||
-rw-r--r-- | plugin/df.php | 2 | ||||
-rw-r--r-- | plugin/disk.php | 2 | ||||
-rw-r--r-- | plugin/entropy.php | 2 | ||||
-rw-r--r-- | plugin/hddtemp.php | 2 | ||||
-rw-r--r-- | plugin/interface.php | 2 | ||||
-rw-r--r-- | plugin/irq.php | 2 | ||||
-rw-r--r-- | plugin/load.php | 2 | ||||
-rw-r--r-- | plugin/memcached.php | 2 | ||||
-rw-r--r-- | plugin/memory.php | 2 | ||||
-rw-r--r-- | plugin/netlink.php | 2 | ||||
-rw-r--r-- | plugin/nfs.php | 2 | ||||
-rw-r--r-- | plugin/ntpd.php | 2 | ||||
-rw-r--r-- | plugin/nut.php | 2 | ||||
-rw-r--r-- | plugin/ping.php | 2 | ||||
-rw-r--r-- | plugin/processes.php | 2 | ||||
-rw-r--r-- | plugin/sensors.php | 2 | ||||
-rw-r--r-- | plugin/swap.php | 2 | ||||
-rw-r--r-- | plugin/tcpconns.php | 2 | ||||
-rw-r--r-- | plugin/uptime.php | 2 | ||||
-rw-r--r-- | plugin/users.php | 2 | ||||
-rw-r--r-- | plugin/vmem.php | 2 | ||||
-rw-r--r-- | plugin/wireless.php | 2 |
26 files changed, 0 insertions, 51 deletions
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'; | |||
47 | 47 | ||
48 | collectd_flush($obj->identifiers); | 48 | collectd_flush($obj->identifiers); |
49 | $obj->rrd_graph(); | 49 | $obj->rrd_graph(); |
50 | |||
51 | ?> | ||
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'; | |||
17 | 17 | ||
18 | collectd_flush($obj->identifiers); | 18 | collectd_flush($obj->identifiers); |
19 | $obj->rrd_graph(); | 19 | $obj->rrd_graph(); |
20 | |||
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'; | |||
26 | 26 | ||
27 | collectd_flush($obj->identifiers); | 27 | collectd_flush($obj->identifiers); |
28 | $obj->rrd_graph(); | 28 | $obj->rrd_graph(); |
29 | |||
30 | ?> | ||
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'; | |||
49 | 49 | ||
50 | collectd_flush($obj->identifiers); | 50 | collectd_flush($obj->identifiers); |
51 | $obj->rrd_graph(); | 51 | $obj->rrd_graph(); |
52 | |||
53 | ?> | ||
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'; | |||
30 | 30 | ||
31 | collectd_flush($obj->identifiers); | 31 | collectd_flush($obj->identifiers); |
32 | $obj->rrd_graph(); | 32 | $obj->rrd_graph(); |
33 | |||
34 | ?> | ||
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']) { | |||
51 | 51 | ||
52 | collectd_flush($obj->identifiers); | 52 | collectd_flush($obj->identifiers); |
53 | $obj->rrd_graph(); | 53 | $obj->rrd_graph(); |
54 | |||
55 | ?> | ||
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'; | |||
25 | 25 | ||
26 | collectd_flush($obj->identifiers); | 26 | collectd_flush($obj->identifiers); |
27 | $obj->rrd_graph(); | 27 | $obj->rrd_graph(); |
28 | |||
29 | ?> | ||
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'; | |||
20 | 20 | ||
21 | collectd_flush($obj->identifiers); | 21 | collectd_flush($obj->identifiers); |
22 | $obj->rrd_graph(); | 22 | $obj->rrd_graph(); |
23 | |||
24 | ?> | ||
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']) { | |||
43 | 43 | ||
44 | collectd_flush($obj->identifiers); | 44 | collectd_flush($obj->identifiers); |
45 | $obj->rrd_graph(); | 45 | $obj->rrd_graph(); |
46 | |||
47 | ?> | ||
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'; | |||
21 | 21 | ||
22 | collectd_flush($obj->identifiers); | 22 | collectd_flush($obj->identifiers); |
23 | $obj->rrd_graph(); | 23 | $obj->rrd_graph(); |
24 | |||
25 | ?> | ||
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'; | |||
29 | 29 | ||
30 | collectd_flush($obj->identifiers); | 30 | collectd_flush($obj->identifiers); |
31 | $obj->rrd_graph(); | 31 | $obj->rrd_graph(); |
32 | |||
33 | ?> | ||
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'; | |||
180 | 180 | ||
181 | collectd_flush($obj->identifiers); | 181 | collectd_flush($obj->identifiers); |
182 | $obj->rrd_graph(); | 182 | $obj->rrd_graph(); |
183 | |||
184 | ?> | ||
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'; | |||
38 | 38 | ||
39 | collectd_flush($obj->identifiers); | 39 | collectd_flush($obj->identifiers); |
40 | $obj->rrd_graph(); | 40 | $obj->rrd_graph(); |
41 | |||
42 | ?> | ||
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']) { | |||
123 | 123 | ||
124 | collectd_flush($obj->identifiers); | 124 | collectd_flush($obj->identifiers); |
125 | $obj->rrd_graph(); | 125 | $obj->rrd_graph(); |
126 | |||
127 | ?> | ||
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(); | |||
34 | 34 | ||
35 | collectd_flush($obj->identifiers); | 35 | collectd_flush($obj->identifiers); |
36 | $obj->rrd_graph(); | 36 | $obj->rrd_graph(); |
37 | |||
38 | ?> | ||
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']) { | |||
49 | 49 | ||
50 | collectd_flush($obj->identifiers); | 50 | collectd_flush($obj->identifiers); |
51 | $obj->rrd_graph(); | 51 | $obj->rrd_graph(); |
52 | |||
53 | ?> | ||
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']) { | |||
53 | 53 | ||
54 | collectd_flush($obj->identifiers); | 54 | collectd_flush($obj->identifiers); |
55 | $obj->rrd_graph(); | 55 | $obj->rrd_graph(); |
56 | |||
57 | ?> | ||
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']) { | |||
41 | 41 | ||
42 | collectd_flush($obj->identifiers); | 42 | collectd_flush($obj->identifiers); |
43 | $obj->rrd_graph(); | 43 | $obj->rrd_graph(); |
44 | |||
45 | ?> | ||
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']) | |||
196 | 196 | ||
197 | collectd_flush($obj->identifiers); | 197 | collectd_flush($obj->identifiers); |
198 | $obj->rrd_graph(); | 198 | $obj->rrd_graph(); |
199 | |||
200 | ?> | ||
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']) { | |||
39 | 39 | ||
40 | collectd_flush($obj->identifiers); | 40 | collectd_flush($obj->identifiers); |
41 | $obj->rrd_graph(); | 41 | $obj->rrd_graph(); |
42 | |||
43 | ?> | ||
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'; | |||
52 | 52 | ||
53 | collectd_flush($obj->identifiers); | 53 | collectd_flush($obj->identifiers); |
54 | $obj->rrd_graph(); | 54 | $obj->rrd_graph(); |
55 | |||
56 | ?> | ||
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'; | |||
20 | 20 | ||
21 | collectd_flush($obj->identifiers); | 21 | collectd_flush($obj->identifiers); |
22 | $obj->rrd_graph(); | 22 | $obj->rrd_graph(); |
23 | |||
24 | ?> | ||
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'; | |||
25 | 25 | ||
26 | collectd_flush($obj->identifiers); | 26 | collectd_flush($obj->identifiers); |
27 | $obj->rrd_graph(); | 27 | $obj->rrd_graph(); |
28 | |||
29 | ?> | ||
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'; | |||
25 | 25 | ||
26 | collectd_flush($obj->identifiers); | 26 | collectd_flush($obj->identifiers); |
27 | $obj->rrd_graph(); | 27 | $obj->rrd_graph(); |
28 | |||
29 | ?> | ||
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']) { | |||
62 | 62 | ||
63 | collectd_flush($obj->identifiers); | 63 | collectd_flush($obj->identifiers); |
64 | $obj->rrd_graph(); | 64 | $obj->rrd_graph(); |
65 | |||
66 | ?> | ||
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']) { | |||
31 | 31 | ||
32 | collectd_flush($obj->identifiers); | 32 | collectd_flush($obj->identifiers); |
33 | $obj->rrd_graph(); | 33 | $obj->rrd_graph(); |
34 | |||
35 | ?> | ||