lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb in cloudstack-nagios-0.17.0 vs lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb in cloudstack-nagios-0.17.1

- old
+ new

@@ -1,8 +1,8 @@ object CheckCommand "cs-nagios_check-snapshots" { import "plugin-check-command" - command = [ "<%= bin_path -%>cs-nagios check snapshots" ] + command = [ "<%= bin_path -%>cs-nagios", "check", "snapshots" ] arguments = { "-w" = "80" "-c" = "90" "--config" = "<%= config_file %>" }