×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Nagios: Difference between revisions

    Content added Content deleted
    imported>DrOwl
    (New page: Nagios is a OS monitoring system [www.nagios.org] =Random Notes ill clean up later =) = This is a list of random notes i am using whilst deploying Nagios in a customer environment, I...)
     
    imported>DrOwl
    No edit summary
    Line 13: Line 13:
    this will add a new service check to all hosts in the solaris host group
    this will add a new service check to all hosts in the solaris host group


    define service {
    define service {
    service_description if_config
    service_description if_config
    display_name if Config
    display_name if Config
    check_command check_nrpe!check_ifcfg
    check_command check_nrpe!check_ifcfg
    use generic-service
    use generic-service
    hostgroup_name solaris
    hostgroup_name solaris
    }
    }

    Revision as of 16:28, 28 August 2008

    Nagios is a OS monitoring system [www.nagios.org]




    Random Notes ill clean up later =)

    This is a list of random notes i am using whilst deploying Nagios in a customer environment, I will clean these up in to a bit of a pholisy later =)

    Define a new service check for a group

    this will add a new service check to all hosts in the solaris host group

    define service {
            service_description     if_config
            display_name            if Config
            check_command           check_nrpe!check_ifcfg
            use                     generic-service
            hostgroup_name          solaris
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.