Performance Graph monitoring
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Performance Graph monitoring
Hello Team,
Good Day.
There is a requirement to monitor performance graphs for certain services.
Would need your assistance on the same.
Reagrds,
Keerthi Prashanth S
Good Day.
There is a requirement to monitor performance graphs for certain services.
Would need your assistance on the same.
Reagrds,
Keerthi Prashanth S
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Performance Graph monitoring
Hello Keerthi,
So I can best answer your question, can you provide a detailed example of what you would like to monitor?
Thank you.
So I can best answer your question, can you provide a detailed example of what you would like to monitor?
Thank you.
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!
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: Performance Graph monitoring
Hi Benjaminsmith,
For all AIX Systems the following Nagios Monitoring Services need Performance Graphs:
* CPU Load
* Disk Iostat
* FileSystem (all)
Let me know in case if any more details are required.
Regards,
Keerthi Prashanth S
For all AIX Systems the following Nagios Monitoring Services need Performance Graphs:
* CPU Load
* Disk Iostat
* FileSystem (all)
Let me know in case if any more details are required.
Regards,
Keerthi Prashanth S
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Performance Graph monitoring
Hello Keerthi,
If you're using AIX 7 or greater, I would recommend using the Nagios Cross Platform Agent (NCPA) to monitor the AIX systems.
Refer to the AIX installation Instructions in the following Guide:
https://assets.nagios.com/downloads/ncp ... g-NCPA.pdf
Start by using the NCPA Configuration Wizard
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
For examples of configuring specific checks, please refer to our the check library on the Nagios Knowledgebase.
https://support.nagios.com/kb/article/f ... s-783.html
If you're using AIX 7 or greater, I would recommend using the Nagios Cross Platform Agent (NCPA) to monitor the AIX systems.
Refer to the AIX installation Instructions in the following Guide:
https://assets.nagios.com/downloads/ncp ... g-NCPA.pdf
Start by using the NCPA Configuration Wizard
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
For examples of configuring specific checks, please refer to our the check library on the Nagios Knowledgebase.
https://support.nagios.com/kb/article/f ... s-783.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!
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: Performance Graph monitoring
Hello Benjamin,
We are not using NCPA client.
We are using nrpe client.
Please suggest.
Regards,
Keerthi Prashanth S
We are not using NCPA client.
We are using nrpe client.
Please suggest.
Regards,
Keerthi Prashanth S
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
Re: Performance Graph monitoring
Do you have these checks already configured but they do not return perfdata? What is the exact issue that you are having?For all AIX Systems the following Nagios Monitoring Services need Performance Graphs:
* CPU Load
* Disk Iostat
* FileSystem (all)
Can you show us the actual checks (CPU Load, Disk Iostat, FileSystem) run from the command line on the Nagios XI server, along with the output of it?
Also, show us how these commands are configured on the AIX box.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: Performance Graph monitoring
Checks are already configured and perfadata is getting generated but performance graph are not getting generated.
CPU load :-
[nagios@ker-l-appmon01p ~]$ /usr/local/nagios/libexec/check_by_ssh -H abc -C "/home/nagios/nagios_scripts/check_cpuload.pl -w 40 -c 60" -t 60
OK - CPU load at 4.2% with avg. run queue of 5.4 on 128 CPUs.
IOSTAT :-
[nagios@ker-l-appmon01p ~]$ /usr/local/nagios/libexec/check_by_ssh -H abc -C "/home/nagios/nagios_scripts/check_iostat.pl -w 15 -c 20" -t 80
OK - CPU iowait usage for last 30 mins is at 1.2%.
Filesystem :-
[nagios@ker-l-appmon01p ~]$ /usr/local/nagios/libexec/check_by_ssh -H abc -C "/home/nagios/nagios_scripts/check_AIX_disk.sh -s / -w 90 -c 95"
OK - Filesystem is 78% full ::
CPU load :-
[nagios@ker-l-appmon01p ~]$ /usr/local/nagios/libexec/check_by_ssh -H abc -C "/home/nagios/nagios_scripts/check_cpuload.pl -w 40 -c 60" -t 60
OK - CPU load at 4.2% with avg. run queue of 5.4 on 128 CPUs.
IOSTAT :-
[nagios@ker-l-appmon01p ~]$ /usr/local/nagios/libexec/check_by_ssh -H abc -C "/home/nagios/nagios_scripts/check_iostat.pl -w 15 -c 20" -t 80
OK - CPU iowait usage for last 30 mins is at 1.2%.
Filesystem :-
[nagios@ker-l-appmon01p ~]$ /usr/local/nagios/libexec/check_by_ssh -H abc -C "/home/nagios/nagios_scripts/check_AIX_disk.sh -s / -w 90 -c 95"
OK - Filesystem is 78% full ::
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Performance Graph monitoring
The output returned for these plugins isn't returning performance data. To return performance data the plugin should have a | (pipe) followed by the performance data
e.g.
Not all plugings are created to return performance data, and some require you to add an additional argument to generate the perf data. checck the help for the plugin to see if this is an option
e.g.
Code: Select all
OK - CPU load at 4.2% with avg. run queue of 5.4 on 128 CPUs.|load=4.2%;40;60Code: Select all
/home/nagios/nagios_scripts/check_cpuload.pl -h-
keerthi.seetharaman
- Posts: 92
- Joined: Thu Jan 11, 2018 7:55 am
Re: Performance Graph monitoring
Thanks for the update.
We will check on the same and get back to you in case if any clarifications required.
We will check on the same and get back to you in case if any clarifications required.
Thanks & Regards,
Keerthi Prashanth Seetharaman
Keerthi Prashanth Seetharaman
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Performance Graph monitoring
Sounds goodkeerthi.seetharaman wrote:Thanks for the update.
We will check on the same and get back to you in case if any clarifications required.