Sha256: 304839afb54e02095d57a33680c12f4fe25da4f19eb45506621620d2b66e2800

Contents?: true

Size: 464 Bytes

Versions: 4

Compression:

Stored size: 464 Bytes

Contents

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

apply Service "Cloudstack Async Jobs" {
	import "generic-service-pnp"
        check_command = "cs-nagios_check-asyncjobs"
	assign where "CloudstackSystemVm" in host.groups
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cloudstack-nagios-0.17.4 lib/cloudstack-nagios/templates/icinga2/cloudstack_async_jobs.cfg.erb
cloudstack-nagios-0.17.3 lib/cloudstack-nagios/templates/icinga2/cloudstack_async_jobs.cfg.erb
cloudstack-nagios-0.17.2 lib/cloudstack-nagios/templates/icinga2/cloudstack_async_jobs.cfg.erb
cloudstack-nagios-0.17.1 lib/cloudstack-nagios/templates/icinga2/cloudstack_async_jobs.cfg.erb