Sha256: e2269f83671bfe95d24cdc9c64b972f0366b452447151685670fb585bbb5bcde

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 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

1 entries across 1 versions & 1 rubygems

Version Path
cloudstack-nagios-0.17.0 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb