For some nodes, I don't need them to be ping checked and metrics gauged(displayed by pnp4ngios) every 5 minutes.
I am afraid changing the check interval will impact the rrd graph also.
Is there a successful example I can look and learn from ?
Checking host/service and their metrics DAILY
Re: Checking host/service and their metrics DAILY
I don't know if you will be able to change this on a per-check basis. A similar question was asked before:
https://support.nagios.com/forum/viewto ... =6&t=33650
https://support.nagios.com/forum/viewto ... =6&t=25569
https://support.nagios.com/forum/viewto ... =6&t=33650
https://support.nagios.com/forum/viewto ... =6&t=25569
Former Nagios employee
Re: Checking host/service and their metrics DAILY
Thanks for the pointers,please resolve this tickets.
Re: Checking host/service and their metrics DAILY
What are you looking to be done exactly? As @tmcdonald mentioned - I don't think you will be able to change this on a per-check basis.
I can always submit a feature request with what you're looking to do though. Let me know mroe information and I can file one.
I can always submit a feature request with what you're looking to do though. Let me know mroe information and I can file one.
Former Nagios Employee
Re: Checking host/service and their metrics DAILY
Following are a few cases I can think of.rkennedy wrote:What are you looking to be done exactly? As @tmcdonald mentioned - I don't think you will be able to change this on a per-check basis.
I can always submit a feature request with what you're looking to do though. Let me know mroe information and I can file one.
Ex 1: For test machines in a non-vital host group, execute the host and service checks once a day only but the pnp4ngaios graph should still show the daily trending.
Ex 2: Report the daily trending of users number in graph from NIS or LDAP servers.
EX 3: Report the daily trending of tickets got resolved/opened from ticket system like rememdy or servicenow.
Re: Checking host/service and their metrics DAILY
I see, so for Ex 1 - you're looking to change the check_interval to say 1440 (1day)?
For Ex 2, and Ex 3 - these would just be normal checks, or are you looking to change the check_interval on them as well?
You should have no issue doing this.
For Ex 2, and Ex 3 - these would just be normal checks, or are you looking to change the check_interval on them as well?
You should have no issue doing this.
Former Nagios Employee
Re: Checking host/service and their metrics DAILY
See attached pnp4nagios trending graph, once the cpu load check changed to daily, the graph shows empty stroke.rkennedy wrote:I see, so for Ex 1 - you're looking to change the check_interval to say 1440 (1day)?
For Ex 2, and Ex 3 - these would just be normal checks, or are you looking to change the check_interval on them as well?
You should have no issue doing this.
The question is now turn into how to make necessary change to ask pnp4nagios(rrd) to graph from one data point per 14440 minutes ?
- Attachments
-
- daily-out-of-sync.PNG (10.83 KiB) Viewed 2422 times
Re: Checking host/service and their metrics DAILY
You may have to wait for over 24 hours for the graph to update the next datapoint.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Checking host/service and their metrics DAILY
No, the rrd drawing to expecting data feed at 5 minutes interval. Some RRD configuration will need to be adjusted to take in data feed on once/day basis.tgriep wrote:You may have to wait for over 24 hours for the graph to update the next datapoint.
I will look around and do some googling if I don't find answer here.
Re: Checking host/service and their metrics DAILY
Take a look at this site for creating templates needed for your graphs.
http://docs.pnp4nagios.org/pnp-0.4/tpl
http://docs.pnp4nagios.org/pnp-0.4/tpl
Be sure to check out our Knowledgebase for helpful articles and solutions!