Changeset c667d32
- Timestamp:
- 05/24/11 11:20:39 (2 years ago)
- 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)
- Location:
- nagios-okconfig/trunk/okconfig
- Files:
-
- 2 added
- 7 edited
-
examples/rhcs.cfg-example (modified) (2 diffs)
-
templates/groups.cfg (modified) (1 diff)
-
templates/linux/commands.cfg (modified) (1 diff)
-
templates/linux/services.cfg (modified) (2 diffs)
-
templates/misc/hosts.cfg (modified) (1 diff)
-
templates/misc/nginx/commands.cfg (added)
-
templates/misc/nginx/services.cfg (added)
-
templates/rhcs/services.cfg (modified) (1 diff)
-
examples/host.cfg-example (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nagios-okconfig/trunk/okconfig/examples/rhcs.cfg-example
rd5dead0 r58fa100 60 60 host_name HOSTNAME 61 61 service_description RHCS cman group default 62 __ GROUPdefault62 __NAME default 63 63 __LEVEL 0 64 64 } … … 70 70 host_name HOSTNAME 71 71 service_description RHCS cman group rgmanager 72 __ GROUPrgmanager72 __NAME rgmanager 73 73 __LEVEL 1 74 74 } 75 76 define 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 75 85 76 86 define service { -
nagios-okconfig/trunk/okconfig/templates/groups.cfg
r7fbf37d r58fa100 15 15 } 16 16 17 # Use this service for example if you want to set check_interval for a whole hostgroup 17 18 define service { 18 19 name default-default_service 19 20 register 0 21 #check_interval 5 22 #retry_interval 2 20 23 } 24 -
nagios-okconfig/trunk/okconfig/templates/linux/commands.cfg
r9ba5ba2 r58fa100 17 17 command_line $USER1$/check_time.sh -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ 18 18 } 19 20 21 define command { 22 command_name linux-check_cpu 23 command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_cpu 24 } 25 26 19 27 20 28 -
nagios-okconfig/trunk/okconfig/templates/linux/services.cfg
r184f53b r58fa100 5 5 name linux-service 6 6 servicegroups +linux-services 7 icon_image redhat.png8 7 register 0 9 8 } … … 128 127 use linux-service 129 128 name linux-check_cpu 130 check_command check_nrpe!check_cpu129 check_command linux-check_cpu 131 130 service_description CPU Utilization 132 131 register 0 -
nagios-okconfig/trunk/okconfig/templates/misc/hosts.cfg
r4e6e109 r58fa100 9 9 max_check_attempts 3 10 10 check_command check-host-alive 11 register 0 11 12 12 13 } -
nagios-okconfig/trunk/okconfig/templates/rhcs/services.cfg
rb7681bb r58fa100 37 37 name rhcs-check_cman_group 38 38 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$ 40 40 __LEVEL 0 41 __NAME default 41 42 __GROUP default 42 43 register 0 -
nagios-okconfig/trunk/okconfig/examples/host.cfg-example
r9ba5ba2 rabfc979 24 24 contact_groups +GROUP 25 25 service_groups +GROUP 26 register 0 26 27 } 27 28
Note: See TracChangeset
for help on using the changeset viewer.
