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

Version Path
cloudstack-nagios-0.21.0 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.20.1 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.20.0 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.19.0 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.18.4 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.18.3 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.18.2 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.18.1 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.18.0 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.7 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.6 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.5 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.4 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.3 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.2 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb
cloudstack-nagios-0.17.1 lib/cloudstack-nagios/templates/icinga2/cloudstack_snapshots.cfg.erb