Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/charleszlu/murmur-info.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Lu <charles@Mumbletest.charleslu.net>2015-01-28 05:43:45 +0300
committerCharles Lu <charles@Mumbletest.charleslu.net>2015-01-28 05:43:45 +0300
commit3420b4c720b147b9758c91058dc028e7757df4de (patch)
tree88f081d0a9a37ad63c0388887acd997651e87be9
parentb090f9d6694ed626e19e61905da9f5ddf355e46e (diff)
Updated zabbix userparameter to add compatibility with online username check
-rwxr-xr-xuserparameter_murmur.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/userparameter_murmur.conf b/userparameter_murmur.conf
index cc714a6..d9c327c 100755
--- a/userparameter_murmur.conf
+++ b/userparameter_murmur.conf
@@ -1,2 +1,2 @@
# Zabbix agent custom keys
-UserParameter=murmur.value[*],/home/charles/murmur/murmur-info/murmur-munin.py $1 | awk '{print $$2}' \ No newline at end of file
+UserParameter=murmur.value[*],/home/charles/murmur/murmur-info/murmur-munin.py $1 $2 | awk '{print $$2}' \ No newline at end of file