Changeset c667d32


Ignore:
Timestamp:
05/24/11 11:20:39 (2 years ago)
Author:
Pall Sigurdsson <palli@…>
Branches:
master
Children:
2a7e6fd
Parents:
abfc979 (diff), 58fa100 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Pall Sigurdsson <palli@…> (05/24/11 11:20:39)
git-committer:
Pall Sigurdsson <palli@…> (05/24/11 11:20:39)
Message:

Merge pall.sigurdsson.is:/tmp/okconfig

Location:
nagios-okconfig/trunk/okconfig
Files:
2 added
7 edited

Legend:

Unmodified
Added
Removed
  • nagios-okconfig/trunk/okconfig/examples/rhcs.cfg-example

    rd5dead0 r58fa100  
    6060        host_name               HOSTNAME 
    6161        service_description     RHCS cman group default 
    62         __GROUP                 default 
     62        __NAME                 default 
    6363        __LEVEL                 0 
    6464} 
     
    7070        host_name               HOSTNAME 
    7171        service_description     RHCS cman group rgmanager 
    72         __GROUP                 rgmanager 
     72        __NAME                 rgmanager 
    7373        __LEVEL                 1 
    7474} 
     75 
     76define service { 
     77        use                     HOSTNAME,rhcs-check_cman_group 
     78        host_name               HOSTNAME 
     79        service_description     RHCS cman group clvmd 
     80        __NAME                 clvmd 
     81        __LEVEL                 1 
     82        register                0 
     83} 
     84 
    7585 
    7686define service { 
  • nagios-okconfig/trunk/okconfig/templates/groups.cfg

    r7fbf37d r58fa100  
    1515} 
    1616 
     17# Use this service for example if you want to set check_interval for a whole hostgroup 
    1718define service { 
    1819        name                    default-default_service 
    1920        register                0 
     21        #check_interval         5 
     22        #retry_interval         2 
    2023} 
     24 
  • nagios-okconfig/trunk/okconfig/templates/linux/commands.cfg

    r9ba5ba2 r58fa100  
    1717  command_line  $USER1$/check_time.sh -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ 
    1818} 
     19 
     20 
     21define command { 
     22  command_name  linux-check_cpu 
     23  command_line  $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_cpu 
     24} 
     25 
     26 
    1927 
    2028 
  • nagios-okconfig/trunk/okconfig/templates/linux/services.cfg

    r184f53b r58fa100  
    55        name                    linux-service 
    66        servicegroups           +linux-services 
    7         icon_image              redhat.png       
    87        register                0 
    98} 
     
    128127        use                     linux-service 
    129128        name                    linux-check_cpu 
    130         check_command           check_nrpe!check_cpu 
     129        check_command           linux-check_cpu 
    131130        service_description     CPU Utilization 
    132131        register                0 
  • nagios-okconfig/trunk/okconfig/templates/misc/hosts.cfg

    r4e6e109 r58fa100  
    99        max_check_attempts              3               
    1010        check_command                   check-host-alive  
     11        register                        0 
    1112 
    1213} 
  • nagios-okconfig/trunk/okconfig/templates/rhcs/services.cfg

    rb7681bb r58fa100  
    3737        name                    rhcs-check_cman_group 
    3838        service_description     RHCS cman group 
    39         check_command           check_nrpe!check_rhcs_cman_group -a $_SERVICE_LEVEL$ $_SERVICE_GROUP$ 
     39        check_command           check_nrpe!check_rhcs_cman_group -a $_SERVICE_LEVEL$ $_SERVICE_NAME$ 
    4040        __LEVEL                 0 
     41        __NAME                  default 
    4142        __GROUP                 default 
    4243        register                0 
  • nagios-okconfig/trunk/okconfig/examples/host.cfg-example

    r9ba5ba2 rabfc979  
    2424        contact_groups                  +GROUP 
    2525        service_groups                  +GROUP 
     26        register                        0 
    2627} 
    2728 
Note: See TracChangeset for help on using the changeset viewer.