Hi Team,
I have created Custom Script Monitoring and using it to Monitor ( which seems to be working fine ) , but would like to understand its behaviour when plugin TimeOuts happen ? Does this cause the Monitor Fail ( report Down on Performance Graphs ) or will be ignored because i didnt see this on Event log or Alert Log ( these failures are only there on Notifications ) ?
Can you help me understand how Plugin Timeouts are handled , and also Does this log as Event/Alert and any difference with Notifications ?
--Vamsi
Plugin TimeOut Status
Re: Plugin TimeOut Status
You can set the amount of checks ( max_check_attempts ) and the time interval between checks. So, the conditions and the amount of time before your host is considered down or unreachable by our system is highly configurable.
It may also be useful to know that Nagios makes a distinction between hard and soft checks depending on the certainty of that state. A hard check consists of a set of checks that are unanimous in their reply, and a soft one would be a set of checks that returned mixed results.
Please refer to the following linked documentation for more information.
https://assets.nagios.com/downloads/nag ... hecks.html
It may also be useful to know that Nagios makes a distinction between hard and soft checks depending on the certainty of that state. A hard check consists of a set of checks that are unanimous in their reply, and a soft one would be a set of checks that returned mixed results.
Please refer to the following linked documentation for more information.
https://assets.nagios.com/downloads/nag ... hecks.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
veeravamsi
- Posts: 146
- Joined: Wed Jan 23, 2019 3:35 am
Re: Plugin TimeOut Status
Thanks . So does the TimeOuts fall under Soft state ?
Re: Plugin TimeOut Status
Any state could return as soft or hard. It is just an indication of how consistently a check returns a certain result, and is designed to reduce the amount of notifications generated by false positives.
A TimeOut occurs when a host is unreachable for any check in a series. In that sense, the term TimeOut does not equate to soft or hard, but is more related to when a host registers as being in an unreachable state by the Nagios core.
A TimeOut occurs when a host is unreachable for any check in a series. In that sense, the term TimeOut does not equate to soft or hard, but is more related to when a host registers as being in an unreachable state by the Nagios core.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Plugin TimeOut Status
Glad we could helpveeravamsi wrote:Thank you !
Locking thread