aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorPim van den Berg2010-10-10 12:39:32 +0200
committerPim van den Berg2010-10-10 12:39:32 +0200
commitb3cd3eeb1a13f4af403fae2d853efc6f5f91d2d4 (patch)
tree3932b7c45ff004292ea6cc3d4118c12eaa4bfc2a /plugin
parentplugin: add cpufreq plugin (diff)
downloadapt-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 'plugin')
-rw-r--r--plugin/apache.php2
-rw-r--r--plugin/bind.php1
-rw-r--r--plugin/conntrack.php2
-rw-r--r--plugin/cpu.php2
-rw-r--r--plugin/df.php2
-rw-r--r--plugin/disk.php2
-rw-r--r--plugin/entropy.php2
-rw-r--r--plugin/hddtemp.php2
-rw-r--r--plugin/interface.php2
-rw-r--r--plugin/irq.php2
-rw-r--r--plugin/load.php2
-rw-r--r--plugin/memcached.php2
-rw-r--r--plugin/memory.php2
-rw-r--r--plugin/netlink.php2
-rw-r--r--plugin/nfs.php2
-rw-r--r--plugin/ntpd.php2
-rw-r--r--plugin/nut.php2
-rw-r--r--plugin/ping.php2
-rw-r--r--plugin/processes.php2
-rw-r--r--plugin/sensors.php2
-rw-r--r--plugin/swap.php2
-rw-r--r--plugin/tcpconns.php2
-rw-r--r--plugin/uptime.php2
-rw-r--r--plugin/users.php2
-rw-r--r--plugin/vmem.php2
-rw-r--r--plugin/wireless.php2
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
48collectd_flush($obj->identifiers); 48collectd_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
18collectd_flush($obj->identifiers); 18collectd_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
27collectd_flush($obj->identifiers); 27collectd_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
50collectd_flush($obj->identifiers); 50collectd_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
31collectd_flush($obj->identifiers); 31collectd_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
52collectd_flush($obj->identifiers); 52collectd_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
26collectd_flush($obj->identifiers); 26collectd_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
21collectd_flush($obj->identifiers); 21collectd_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
44collectd_flush($obj->identifiers); 44collectd_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
22collectd_flush($obj->identifiers); 22collectd_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
30collectd_flush($obj->identifiers); 30collectd_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
181collectd_flush($obj->identifiers); 181collectd_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
39collectd_flush($obj->identifiers); 39collectd_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
124collectd_flush($obj->identifiers); 124collectd_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
35collectd_flush($obj->identifiers); 35collectd_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
50collectd_flush($obj->identifiers); 50collectd_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
54collectd_flush($obj->identifiers); 54collectd_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
42collectd_flush($obj->identifiers); 42collectd_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
197collectd_flush($obj->identifiers); 197collectd_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
40collectd_flush($obj->identifiers); 40collectd_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
53collectd_flush($obj->identifiers); 53collectd_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
21collectd_flush($obj->identifiers); 21collectd_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
26collectd_flush($obj->identifiers); 26collectd_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
26collectd_flush($obj->identifiers); 26collectd_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
63collectd_flush($obj->identifiers); 63collectd_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
32collectd_flush($obj->identifiers); 32collectd_flush($obj->identifiers);
33$obj->rrd_graph(); 33$obj->rrd_graph();
34
35?>