Thx a lot for your answer, I will take a look at this.
But this confirm what I thought, nothing to do in the config file
Search found 5 matches
- Thu Apr 21, 2016 2:58 am
- Forum: Open Source Nagios Projects
- Topic: timeperiod exception
- Replies: 5
- Views: 1584
- Thu Apr 07, 2016 7:38 am
- Forum: Open Source Nagios Projects
- Topic: timeperiod exception
- Replies: 5
- Views: 1584
Re: timeperiod exception
Of course, here is a 24x7 host definition: define host{ use generic-host-ulsysnet --> this template say "check_period 24x7" (and contain another things) host_name myhost alias myhost address myhost.domain.lan hostgroups generic-servers, london-servers, ntp-external, redhat-servers, unix-se...
- Wed Apr 06, 2016 4:48 am
- Forum: Open Source Nagios Projects
- Topic: timeperiod exception
- Replies: 5
- Views: 1584
timeperiod exception
Hi all, I have a "nagios problem" and I don't know what is the easiest solution. In my nagios we have a lot of monitored servers. each server are simply declared with "define host" . In these host definition, there is an "hostgroups" parameters that define the hostgroup...
- Wed Jun 04, 2014 10:43 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe put $ at end of check string on solaris
- Replies: 2
- Views: 1157
Re: check_nrpe put $ at end of check string
thus, when there is a $ in the command line, all the arguments ($ARG3$, $ARG4$, etc...) are not transmitted
so need to avoid the usage of $
so need to avoid the usage of $
- Wed Jun 04, 2014 10:32 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe put $ at end of check string on solaris
- Replies: 2
- Views: 1157
check_nrpe put $ at end of check string on solaris
Hi, I have the same problem with nrpe on solaris. it appears when there is "$" sing in the command. command[check_diskss]=/home/vkwiatkowski/check_disk -w $ARG1$ -c $ARG2$ -A -i "^.*mysql.*$" -e if I remove the "$" in the nrpe.cfg file, the dollars disappears at the end...