Sha256: 84168e6367d23527cfa7d1cdde0f2f42af83c19ad57f2113e37eac6b21d205d7

Contents?: true

Size: 1.25 KB

Versions: 2

Compression:

Stored size: 1.25 KB

Contents

###############################################################################
#
# Cloudstack async jobs services configuration file
#
# Created by: cloudstack-nagios
# Date:       <%= date %>
# Version:    Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# cloudstack-nagios will overwite all manual settings during the next update
#
###############################################################################

define command {
        command_name                   cs-nagios_check-asyncjobs
        command_line                   <%= bin_path -%>cs-nagios check async_jobs -w $ARG1$ -c $ARG2$ --config <%= config_file %>
        register                       1
}

define service {
        hostgroup_name                  Cloudstack-SystemVM
        service_description             Cloudstack Async Jobs
        display_name                    Cloudstack Async Jobs
        use                             Generic-Service,service-pnp
        check_command                   cs-nagios_check-asyncjobs!80!90
        register                        1
}

###############################################################################
#
# Service configuration file
#
# END OF FILE
#
###############################################################################

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cloudstack-nagios-0.7.2 lib/cloudstack-nagios/templates/cloudstack_asyncjobs_services.cfg.erb
cloudstack-nagios-0.7.1 lib/cloudstack-nagios/templates/cloudstack_asyncjobs_services.cfg.erb