Sha256: dea810274dc6f8633452ecc51e0c5137207a54fc07b353995905cf1324c7fb25
Contents?: true
Size: 447 Bytes
Versions: 16
Compression:
Stored size: 447 Bytes
Contents
object CheckCommand "cs-nagios_check-snapshots" { import "plugin-check-command" command = [ "<%= bin_path -%>cs-nagios", "check", "snapshots" ] arguments = { "-w" = "80" "-c" = "90" "--config" = "<%= config_file %>" } } apply Service "Cloudstack Snapshots" { import "generic-service-pnp" assign where "Cloudstack" in host.groups check_command = "cs-nagios_check-snapshots" }
Version data entries
16 entries across 16 versions & 1 rubygems