Collectd apparently doesn't like arguments.
This commit is contained in:
parent
65113e6b9f
commit
b256d9b939
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
LoadPlugin exec
|
||||
<Plugin exec>
|
||||
Exec "fedmsg" "/usr/local/bin/fedmsg-map collectd"
|
||||
Exec "fedmsg" "/usr/local/bin/fedmsg-map"
|
||||
</Plugin>
|
||||
|
|
|
@ -19,7 +19,7 @@ expected = '/wAAAAAAAAABfw=='
|
|||
active = collections.defaultdict(list)
|
||||
inactive = collections.defaultdict(list)
|
||||
|
||||
for_collectd = 'collectd' in sys.argv
|
||||
for_collectd = 'verbose' not in sys.argv
|
||||
|
||||
|
||||
def info(content="\n"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue