Search found 66 matches

by kmartin2007
Tue Feb 18, 2020 4:47 pm
Forum: Open Source Nagios Projects
Topic: VPN tunnel monitoring died
Replies: 6
Views: 1994

Re: VPN tunnel monitoring died

it shows up as okay.


we may have found the issue. It may be with the ASA, opened up the code of the check_asa command, and ran the snmp walk against the asa and it is only spitting out 9 active 'OK' tunnels.
by kmartin2007
Tue Feb 18, 2020 11:08 am
Forum: Open Source Nagios Projects
Topic: VPN tunnel monitoring died
Replies: 6
Views: 1994

Re: VPN tunnel monitoring died

found it


define command{
command_name check_tunnel
command_line $USER1$/check_asa_vpn.pl -H 10.10.15.5 -C oz -P $ARG1$
by kmartin2007
Tue Feb 18, 2020 8:25 am
Forum: Open Source Nagios Projects
Topic: VPN tunnel monitoring died
Replies: 6
Views: 1994

Re: VPN tunnel monitoring died

define command{
command_name check_tunnel
command_line $USER1$/check_asa_vpn.pl -H 10.10.15.5 -C oz -P $ARG1$
by kmartin2007
Mon Feb 17, 2020 2:03 pm
Forum: Open Source Nagios Projects
Topic: VPN tunnel monitoring died
Replies: 6
Views: 1994

VPN tunnel monitoring died

We have nagios core 4.4.5 running on CentOS 7 (core) We monitor ~75 vpn tunnels we have connected to our clients and all of the sudden a huge chunk just stopped working with the error CRITICAL! VPN peer X.X.X.X unavailable. this is the command we use define service{ use vpn-service host_name DALASA0...
by kmartin2007
Wed Nov 27, 2019 11:36 am
Forum: Open Source Nagios Projects
Topic: LDAP Issues
Replies: 1
Views: 571

LDAP Issues

We inherited a nagios server, and it went down. We have since got it working again. It is running 4.4.5. LDAP was integrated before and now LDAP is broken and we are unsure where to look to set/check the configuration for LDAP. Any assistance would be greatly appreciated. anytime we click to view a ...
by kmartin2007
Tue Nov 26, 2019 1:42 pm
Forum: Open Source Nagios Projects
Topic: check_nt service state check not working
Replies: 44
Views: 13537

Re: check_nt service state check not working

You can try and use the check_nrpe plugin to run the check_service check on the Windows system to see if that service is running. See this link for examples. https://support.nagios.com/kb/article/service-checks-775.html ./check_nrpe -H xxx.xxx.xxx.xxx -c check_service -a service='eSPNaniConnector$M...
by kmartin2007
Tue Nov 26, 2019 10:52 am
Forum: Open Source Nagios Projects
Topic: check_nt service state check not working
Replies: 44
Views: 13537

Re: check_nt service state check not working

Please let us know what the next steps are.
by kmartin2007
Mon Nov 25, 2019 6:27 pm
Forum: Open Source Nagios Projects
Topic: check_nt service state check not working
Replies: 44
Views: 13537

Re: check_nt service state check not working

That's weird, you put in one $ and it shows up as 2. Never seen that before. Yeah im at a loss here, and really frustrated. We also started observing socket timeout afer 10 second error messages on some of the servers on things that WERE working before. CRITICAL - Socket timeout after 10 seconds Pl...
by kmartin2007
Mon Nov 25, 2019 4:33 pm
Forum: Open Source Nagios Projects
Topic: check_nt service state check not working
Replies: 44
Views: 13537

Re: check_nt service state check not working

Now is seems to be adding both $ to the check. Try this -l "eSPNaniConnector$MN" or this -l "eSPNaniConnector"$"MN" both yeild same result MN_Connector_NANI2.0 Perform Extra Service Actions UNKNOWN 2019-11-25 21:32:30 9d 23h 57m 47s 2/2 Failed to open service eSPNaniCo...
by kmartin2007
Mon Nov 25, 2019 4:07 pm
Forum: Open Source Nagios Projects
Topic: check_nt service state check not working
Replies: 44
Views: 13537

Re: check_nt service state check not working

Out of all of the combinations for escaping a $ in the service name is to do the following. -l "eSPNaniConnector$"$"MN" All of the other examples failed. Make sure the name of the service in the Windows server is exactly like the following. eSPNaniConnector$MN Make the change, r...