We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current implementation does not support complete definition of exec plugin (from wiki):
exec
<Plugin exec> Exec "myuser:mygroup" "myprog" Exec "otheruser" "/path/to/another/binary" "arg0" "arg1" NotificationExec "user" "/usr/lib/collectd/exec/handle_notification" </Plugin>
Only one Exec statement could be defined.
Exec
Moreover there's a missing space between arguments (see line 6)
<% @exec.each do |exec| -%>"<%= exec %>"<% end -%>
The text was updated successfully, but these errors were encountered:
support definition of multiple exec commands voxpupuli#286
a7bcb75
2d4fe4d
6aec1f3
This was merged in.
Sorry, something went wrong.
No branches or pull requests
Current implementation does not support complete definition of
exec
plugin (from wiki):Only one
Exec
statement could be defined.Moreover there's a missing space between arguments (see line 6)
The text was updated successfully, but these errors were encountered: