Search found 5 matches

by blackpuma
Wed May 13, 2015 12:55 am
Forum: Open Source Nagios Projects
Topic: Nagiosgraph error with directories
Replies: 1
Views: 731

Nagiosgraph error with directories

Good morning, I'm sorry but I doesn't know where to put it. Possibly someone has an idea. I'm facing a strange porblem. After the installation everything was fine and working. Now I have the problem that my directories are there twice in the rrd directory from Nagiosgraph. One time with a blank and ...
by blackpuma
Wed Jul 10, 2013 12:54 am
Forum: Nagios XI
Topic: more services matching string
Replies: 6
Views: 3709

Re: more services matching string

I solved it now. I use the -r switch so I can match the exact name of the service.

In my case:

check_xi_service_snmp_win_service! -C public --v2c -n 'SQL Server (MSSQLSERVER)' -r

BR
by blackpuma
Tue Jul 09, 2013 7:48 am
Forum: Nagios XI
Topic: more services matching string
Replies: 6
Views: 3709

Re: more services matching string

Sorry for being so late.

Here is the string:

$USER1$/check_snmp_win.pl -H $HOSTADDRESS$ $ARG1$

BR
by blackpuma
Fri Jun 28, 2013 2:06 am
Forum: Nagios XI
Topic: more services matching string
Replies: 6
Views: 3709

Re: more services matching string

I'm using

check_xi_serivce_snmp_win_service! -C public --v2c -n 'MSSQLSER'

I get a warning that 2 services are found.

One is the "MSSQLSERVER" and the second one is "MSSQLSERVERADHelper100". But I just want the "MSSQLSERVER".

BR
by blackpuma
Thu Jun 27, 2013 2:54 am
Forum: Nagios XI
Topic: more services matching string
Replies: 6
Views: 3709

more services matching string

Dear people,

I want to check services on a Server 2008 R2. This is working fine but I get an warning because more services are found. I have two services which starts with the same string but at the second is test added.

How can I use exactly the service name?

BR