aboutsummaryrefslogtreecommitdiffstats
path: root/munin-plugin
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2008-06-07 20:54:30 +0000
committerPetter Reinholdtsen <pere@hungry.com>2008-06-07 20:54:30 +0000
commit2fb75db4c1e1f3bee7d115fda8f7185084a0958c (patch)
tree9a438940f1e25a10f787e8d78d156bea6a497883 /munin-plugin
parentccfdd9a434235fc093c850bdca272b7be3994f5c (diff)
downloadsitesummary-2fb75db4c1e1f3bee7d115fda8f7185084a0958c.tar.gz
sitesummary-2fb75db4c1e1f3bee7d115fda8f7185084a0958c.tar.bz2
sitesummary-2fb75db4c1e1f3bee7d115fda8f7185084a0958c.tar.xz
* Fix typo in munin plugin.
Diffstat (limited to 'munin-plugin')
-rwxr-xr-xmunin-plugin2
1 files changed, 1 insertions, 1 deletions
diff --git a/munin-plugin b/munin-plugin
index 6f74e72..f0c111b 100755
--- a/munin-plugin
+++ b/munin-plugin
@@ -13,7 +13,7 @@ use SiteSummary;
my %sitelabels;
-if (!defined $ARGV[0]) {
+if (!$ARGV[0]) {
for_all_hosts(\&handle_host);
# List values in the opposit order of the configuration order, to
# try to get the same order on the graphs and the values.