Hi,
Try with \\$$ (MSSQL\\$$DATA_WAREHOUSE).
Regards
Ivan
Search found 8 matches
- Fri Dec 30, 2011 3:22 am
- Forum: Open Source Nagios Projects
- Topic: Monitoring service windows with $
- Replies: 2
- Views: 1152
- Mon Dec 26, 2011 10:51 am
- Forum: Open Source Nagios Projects
- Topic: How To Create Service Group ??
- Replies: 1
- Views: 1593
Re: How To Create Service Group ??
Hi, you muste define a service group (http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html#servicegroup) look like this: define servicegroup{ servicegroup_name myservicegroup alias alias } and in service definition add servicegroups directive (http://nagios.sourceforge.net/docs/3_0/objectde...
- Wed Nov 09, 2011 6:59 am
- Forum: Open Source Nagios Projects
- Topic: Problem with check_tcp
- Replies: 3
- Views: 13297
Re: Problem with check_tcp
Hi, I tried the parameter -e on different ports. I used verbose modality for identify exactly the output: $ ./check_tcp -H 127.0.0.1 -p 25 -e 144 -v Using service TCP Port: 25 flags: 0x2 server_expect_count: 1 0: 144 received 91 bytes from host #-raw-recv-------# 220 localhost.localdomain ESMTP Send...
- Tue Nov 08, 2011 10:54 am
- Forum: Open Source Nagios Projects
- Topic: Problem with check_tcp
- Replies: 3
- Views: 13297
Re: Problem with check_tcp
Hi, maybe you have an error in your configuration. Check the port on command line : $ /usr/local/nagios/libexec/check_tcp -H yourserver -p 2001 If the exit code is correct, you must verify the configuration. Could you post here the command and the service definition? I think it looks like this: Comm...
- Sat Oct 29, 2011 8:02 am
- Forum: Open Source Nagios Projects
- Topic: high service check latency
- Replies: 5
- Views: 2831
Re: high service check latency
Hi,
In the past I had a similar problem and the cause was ndoutils.
You could try disabling "broker_module" temporarily?
This test is only to identify a possible cause.
Regards
Ivan
In the past I had a similar problem and the cause was ndoutils.
You could try disabling "broker_module" temporarily?
This test is only to identify a possible cause.
Regards
Ivan
- Fri Oct 28, 2011 10:25 am
- Forum: Open Source Nagios Projects
- Topic: CONFIG ERROR! Restart aborted ???
- Replies: 1
- Views: 2159
Re: CONFIG ERROR! Restart aborted ???
Hi, the verify command show this error: Error: There are no services defined! Error: There are no hosts defined! Error: There are no contacts defined! Did you have defined the corret files in nagios.cfg? Could you post here the first section of the nagios.cfg? I want to see the objects "cfg_fil...
- Thu Oct 27, 2011 11:08 am
- Forum: Open Source Nagios Projects
- Topic: Host Notifications.
- Replies: 4
- Views: 1963
Re: Host Notifications.
Hi,
I'don't see any error.
Could you check the nagios log? Is there a notification log?
The problem can be on contact definition or on host_notification_commands.
Could you post log and other information?
Regards
Ivan
I'don't see any error.
Could you check the nagios log? Is there a notification log?
The problem can be on contact definition or on host_notification_commands.
Could you post log and other information?
Regards
Ivan
- Thu Oct 27, 2011 10:34 am
- Forum: Open Source Nagios Projects
- Topic: Ping multiple IP addresses
- Replies: 1
- Views: 2795
Re: Ping multiple IP addresses
Hi,
you miss the host_name definition.
Try this
define service{
use generic-service
host_name t1_line
service_description ping of 2nd hop on T1 line
check_command check_ping -H 192.168.0.2 -w 100.0,20% -c 500.0,60%
}
Regards
Ivan
you miss the host_name definition.
Try this
define service{
use generic-service
host_name t1_line
service_description ping of 2nd hop on T1 line
check_command check_ping -H 192.168.0.2 -w 100.0,20% -c 500.0,60%
}
Regards
Ivan