Not Generating graphs
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Not Generating graphs
Hi
I am monitoring the CPU and memory Usage of a process using check_ps.sh script
When i log into Nagios Server Web UI and I am not able to see graphs for the process i am monitoring in service details
I am able to see graphs for other checks like Disk Usage and Ping
Should I enable anything so that i can get graphs for the process i am monitoring using check_ps.sh script
Thanks
I am monitoring the CPU and memory Usage of a process using check_ps.sh script
When i log into Nagios Server Web UI and I am not able to see graphs for the process i am monitoring in service details
I am able to see graphs for other checks like Disk Usage and Ping
Should I enable anything so that i can get graphs for the process i am monitoring using check_ps.sh script
Thanks
Re: Not Generating graphs
Does that script return performance data?
Check the Details --> Advance tab for the service check. Do you see anything listed in the "performance data" field?
Check the Details --> Advance tab for the service check. Do you see anything listed in the "performance data" field?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Re: Not Generating graphs
When i goto Advanced tab for that service. Performance data shows enabled
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Re: Not Generating graphs
Please find the screenshot attached
You do not have the required permissions to view the files attached to this post.
Re: Not Generating graphs
See if the RRD and XML files are updating in the "/usr/local/nagios/share/perfdata/<hostname>" for this service. You can also run the following command to fix the permissions (in case this is the issue):
Code: Select all
chmod -R +x /usr/local/nagios/share/perfdata/Be sure to check out our Knowledgebase for helpful articles and solutions!
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Re: Not Generating graphs
Hi
RRD and XML files are not updating for this service in /usr/local/nagios/share/perfdata/<hostname>
But RRD and XML files are updating for other services like CPU, Ping, memory stats
Can please let me know what should I do so that these files get updated
RRD and XML files are not updating for this service in /usr/local/nagios/share/perfdata/<hostname>
But RRD and XML files are updating for other services like CPU, Ping, memory stats
Can please let me know what should I do so that these files get updated
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Not Generating graphs
The performance data that is returning has an erroneous ] at the end. This could be throwing this off.
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Re: Not Generating graphs
Can you please let me know what should i do to correct this
Thanks
Thanks
Re: Not Generating graphs
Edit the script. Or, if the script is small, post it here in code wraps and we may take a look.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
aravindreddy114
- Posts: 55
- Joined: Tue May 07, 2013 12:48 pm
Re: Not Generating graphs
Sorry for the delayed response.
Please find the script attached to this mail
Please find the script attached to this mail
You do not have the required permissions to view the files attached to this post.