Hello ,
I could not get performance data for new defined service in nagiosxi , even the process_perf_data is enabled . actually I don't know from where to start .
HostName is Portal-Web , in the folder /usr/local/nagios/share/perfdata/Portal-Web/ I cannot find the service that I need performance graphs for , also it has been active for 24 hours .
Please help how to get this working
Thanks
No Performance Data
Re: No Performance Data
Update :
I can see that performance data is coming , but it seems not parsed correctly :
After setting up LOG_LEVEL = 2 inside , I see the following log entries inside
But I cannot see RRD and XML Files for that service inside the host path :
any Ideas ?
Thanks
I can see that performance data is coming , but it seems not parsed correctly :
After setting up LOG_LEVEL = 2 inside
Code: Select all
/usr/local/nagios/etc/pnp/process_perfdata.cfgCode: Select all
/usr/local/nagios/var/perfdata.logCode: Select all
2015-08-17 14:48:32 [22032] [1] Found Performance Data for Portal-Web / Apache_Status (12;0;0;3;40;0;1;0;0;0;200)
2015-08-17 14:49:33 [22710] [1] Found Performance Data for Portal-Web / Apache_Status (12;0;0;4;43;0;2;0;0;0;195)
2015-08-17 14:50:29 [23445] [1] Found Performance Data for Portal-Web / Apache_Status (23;0;0;9;40;0;7;0;0;0;177)
2015-08-17 14:51:30 [24076] [1] Found Performance Data for Portal-Web / Apache_Status (5;0;0;7;41;0;2;0;0;0;201)
2015-08-17 14:52:31 [24696] [1] Found Performance Data for Portal-Web / Apache_Status (9;0;0;3;39;0;3;0;0;0;202)Code: Select all
/usr/local/nagios/share/perfdata/Portal-WebThanks
Re: No Performance Data
Can you select that service from the Home Screen > Service Details, select the service, click on the Advanced tab and post a screen capture of that so we can see the output?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: No Performance Data
Hello ,
screenshot attached .
Thanks
screenshot attached .
Thanks
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: No Performance Data
So that performance data is not correctly formatted.
It should be
Example:
The plugin is not outputting the correct data hence it is being discarded.
https://nagios-plugins.org/doc/guidelines.html#AEN200
It should be
Code: Select all
'label'=value[UOM];[warn];[crit];[min];[max]Code: Select all
'Data Source 1'=1000s;5000;10000;0;50000 'Data Source 2'=100s;5000;10000;0;50000https://nagios-plugins.org/doc/guidelines.html#AEN200
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: No Performance Data
Thanks for the Hint , I had updated plugin that fixed the performance data format as attached
Thanks for support !
Thanks for support !
You do not have the required permissions to view the files attached to this post.
Re: No Performance Data
Glad to hear it worked!paltel wrote:Thanks for the Hint , I had updated plugin that fixed the performance data format as attached
Thanks for support !
Is it all right if we close this thread?
Former Nagios Employee.
me.
me.