Collectd apparently doesn't like arguments.

This commit is contained in:
Ralph Bean 2015-04-22 15:40:57 +00:00
parent 65113e6b9f
commit b256d9b939
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
LoadPlugin exec
<Plugin exec>
Exec "fedmsg" "/usr/local/bin/fedmsg-map collectd"
Exec "fedmsg" "/usr/local/bin/fedmsg-map"
</Plugin>

View file

@ -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"):