Performance Graph monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
keerthi.seetharaman
Posts: 92
Joined: Thu Jan 11, 2018 7:55 am

Performance Graph monitoring

Post by keerthi.seetharaman »

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
Thanks & Regards,
Keerthi Prashanth Seetharaman
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Performance Graph monitoring

Post by benjaminsmith »

Hello Keerthi,

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!
keerthi.seetharaman
Posts: 92
Joined: Thu Jan 11, 2018 7:55 am

Re: Performance Graph monitoring

Post by keerthi.seetharaman »

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
Thanks & Regards,
Keerthi Prashanth Seetharaman
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Performance Graph monitoring

Post by benjaminsmith »

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
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!
keerthi.seetharaman
Posts: 92
Joined: Thu Jan 11, 2018 7:55 am

Re: Performance Graph monitoring

Post by keerthi.seetharaman »

Hello Benjamin,

We are not using NCPA client.

We are using nrpe client.

Please suggest.

Regards,
Keerthi Prashanth S
Thanks & Regards,
Keerthi Prashanth Seetharaman
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance Graph monitoring

Post by lmiltchev »

For all AIX Systems the following Nagios Monitoring Services need Performance Graphs:
* CPU Load
* Disk Iostat
* FileSystem (all)
Do you have these checks already configured but they do not return perfdata? What is the exact issue that you are having?

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

Post by keerthi.seetharaman »

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 ::
Thanks & Regards,
Keerthi Prashanth Seetharaman
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance Graph monitoring

Post by scottwilkerson »

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.

Code: Select all

OK - CPU load at 4.2% with avg. run queue of 5.4 on 128 CPUs.|load=4.2%;40;60
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

Code: Select all

/home/nagios/nagios_scripts/check_cpuload.pl -h
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
keerthi.seetharaman
Posts: 92
Joined: Thu Jan 11, 2018 7:55 am

Re: Performance Graph monitoring

Post by keerthi.seetharaman »

Thanks for the update.

We will check on the same and get back to you in case if any clarifications required.
Thanks & Regards,
Keerthi Prashanth Seetharaman
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance Graph monitoring

Post by scottwilkerson »

keerthi.seetharaman wrote:Thanks for the update.

We will check on the same and get back to you in case if any clarifications required.
Sounds good
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked