if my windows box has a firewall and the UP check is failing, short of killing the firewall what are my options?
thanks
up check failure with firewall
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: up check failure with firewall
You can allow ICMP packets (with the Window built in firewall that's the File/Printer sharing rule).
If you have NSClient++ installed then you would have ports 5666 or 12489 open. You can use the client version check as an UP/Down check instead of a ping check:
or
If you have NSClient++ installed then you would have ports 5666 or 12489 open. You can use the client version check as an UP/Down check instead of a ping check:
Code: Select all
check_nt -H win2008r2-01 -p 12489 -v CLIENTVERSION
NSClient++ 0.5.0.17 2015-11-29Code: Select all
check_nrpe -H win2008r2-01
I (0.5.0.17 2015-11-29) seem to be doing fine...As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: up check failure with firewall
Thanks for the info. I went with just opening up the ability to ping the box from the firewall. Internal machine so no biggy.
Thanks.
JR
Thanks.
JR
Re: up check failure with firewall
Sounds good. Am I good to mark this thread as solved, and close it out?
Former Nagios Employee
Re: up check failure with firewall
Close away.