Search found 15 matches
- Fri Oct 04, 2013 10:45 am
- Forum: Open Source Nagios Projects
- Topic: Monitor Proxy Server (ISA 2006)
- Replies: 6
- Views: 3641
Re: Monitor Proxy Server (ISA 2006)
SOLVED!!! Yeah!!! I tryied with this port, origen nagios etc... but I found the solution this evening. The problem was a rule above!!! Just moving the rule up and solved. If this helps anybody: Rule in ISA Server to open Nagios: From Nagios to Localhost with TCP (from 12489 to 12489) Outbound. Thank...
- Thu Oct 03, 2013 5:49 am
- Forum: Open Source Nagios Projects
- Topic: Monitor Proxy Server (ISA 2006)
- Replies: 6
- Views: 3641
Re: Monitor Proxy Server (ISA 2006)
Hi!!
My problem is not with nagios, I am using the same scritps with all 90 severs, but proxy server with isa server is filtering the nagios queries.
I am trying some rules in the isa firewall but it is always blocking them.
See the log of the isa server.
Thanks!
My problem is not with nagios, I am using the same scritps with all 90 severs, but proxy server with isa server is filtering the nagios queries.
I am trying some rules in the isa firewall but it is always blocking them.
See the log of the isa server.
Thanks!
- Sat Sep 28, 2013 10:31 am
- Forum: Open Source Nagios Projects
- Topic: Monitor Proxy Server (ISA 2006)
- Replies: 6
- Views: 3641
Re: Monitor Proxy Server (ISA 2006)
Hi, yes that is correct, Isa server is blocking the queries 
- Thu Sep 19, 2013 2:48 am
- Forum: Open Source Nagios Projects
- Topic: Monitor Proxy Server (ISA 2006)
- Replies: 6
- Views: 3641
Monitor Proxy Server (ISA 2006)
Hello,
Anybody who monitored and proxy server with isa 2006 with nagios?
I am using the nsclient and I tried some rules inside the isa without any result.
Isa is blocking the querys...
Thanks in advance.
Regards
JL
Anybody who monitored and proxy server with isa 2006 with nagios?
I am using the nsclient and I tried some rules inside the isa without any result.
Isa is blocking the querys...
Thanks in advance.
Regards
JL
- Wed Jul 17, 2013 8:58 am
- Forum: Open Source Nagios Projects
- Topic: Windows EventLog with NSClient
- Replies: 2
- Views: 1331
Re: Windows EventLog with NSClient
I tryeid with this: ./check_nrpe -H 172.17.24.176 -c CheckEventLog -a file=application debug=true MaxWarn=1 MaxCrit=1 "filter=id = 1002" filter-generated=\>150m truncate=800 unique descriptions "syntax=%id%: (%count)" and I receive: 1002: (%count), 1002: (%count), eventlog: 54 > ...
- Wed Jul 17, 2013 8:37 am
- Forum: Open Source Nagios Projects
- Topic: Windows EventLog with NSClient
- Replies: 2
- Views: 1331
Windows EventLog with NSClient
Hi My command is always giving me a "ok" even with an error.. I am trying to catch an Siebel Error in the application event viewer. source: Siebel Application Category: Siebel Error Event: 1002 My comand: ./check_nrpe -H $HOSTADDRESS$ -c CheckEventLog -a filter=new file="Application&q...
- Tue Jul 16, 2013 4:36 am
- Forum: Open Source Nagios Projects
- Topic: Windows EventLog with NSClient
- Replies: 5
- Views: 4352
Re: Windows EventLog with NSClient
Thanks slansing, it is working!
- Mon Jul 15, 2013 4:17 am
- Forum: Open Source Nagios Projects
- Topic: Windows EventLog with NSClient
- Replies: 5
- Views: 4352
Re: Windows EventLog with NSClient
Hi, It is working!!!!!!!!! with that: ./check_nrpe -H 172.17.24.168 -c CheckEventLog -a filter=new file="Application" MaxWarn="1" MaxCrit="1" filter-generated=\>15m filter+eventSource="Siebel Application" filter+eventType==Error filter+message=substr: unique t...
- Mon Jul 15, 2013 2:39 am
- Forum: Open Source Nagios Projects
- Topic: Windows EventLog with NSClient
- Replies: 5
- Views: 4352
Re: Windows EventLog with NSClient
Hi!!
Thanks for your answer and help.
Here you have the file. I did it, but I get the same issue.
Thanks
Thanks for your answer and help.
Here you have the file. I did it, but I get the same issue.
Thanks
- Fri Jul 12, 2013 5:10 am
- Forum: Open Source Nagios Projects
- Topic: Windows EventLog with NSClient
- Replies: 5
- Views: 4352
Windows EventLog with NSClient
Hi everybody! I am trying to check some errors that we have in a eventlog of a server but I received an error. I execute this command: ./check_nrpe -H 172.17.24.176 -p 5666 -c CheckEventLog -t 30 -a file="system" filter=new filter=out MaxWarn=1 MaxCrit=1 filter-generated=\>1h filter+severi...