how to monitor AIX server paging space using snmp
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
how to monitor AIX server paging space using snmp
how to monitor AIX server paging space using snmp
-
jforcier
Re: how to monitor AIX server paging space using snmp
Hello ganeshsambandam, here is the guide for monitoring AIX via SNMP.
https://assets.nagios.com/downloads/nag ... g-SNMP.pdf
Let us know if you need any more assistance.
https://assets.nagios.com/downloads/nag ... g-SNMP.pdf
Let us know if you need any more assistance.
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor AIX server paging space using snmp
I have added the AIx server using snmp wizard, I'm not seeing paging space monitoring while add the server, i see Swap but, it's not working to see the space.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to monitor AIX server paging space using snmp
If AIX has a specific SNMP OID for paging space you would need to find that OID and then you can add it using the standard SNMP wizard.
I am not familiar with what the SNMP OID's would be for that on a AIX system
I am not familiar with what the SNMP OID's would be for that on a AIX system
Re: how to monitor AIX server paging space using snmp
Just my 2 cents...
Why don't you use NCPA agent to monitor AIX?
Why don't you use NCPA agent to monitor AIX?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to monitor AIX server paging space using snmp
This would be a good option if you can install an agent on the AIX systemtyper100 wrote:Just my 2 cents...
Why don't you use NCPA agent to monitor AIX?
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor AIX server paging space using snmp
How much space will be utilized when installing NCPA? I hope it runs in 5693 port that also to be opened between the servers and Nagios XI.
Will there any big difference in using snmp vs NCPA agent with respect to network, disk, IO, resources usage that takes system performance ?
Will there any big difference in using snmp vs NCPA agent with respect to network, disk, IO, resources usage that takes system performance ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to monitor AIX server paging space using snmp
The AIX ppc package is only 17 MB
That is correct, port 5693 is opened on the clients and that is how Nagios XI access it along with a security token.ganeshsambandam wrote:I hope it runs in 5693 port that also to be opened between the servers and Nagios XI.
No, NCPA is very light weight and it uses very small amount of resources, only sending a few bytes of data when queried from the Nagios XI serverganeshsambandam wrote:Will there any big difference in using snmp vs NCPA agent with respect to network, disk, IO, resources usage that takes system performance ?
-
ganeshsambandam
- Posts: 62
- Joined: Mon Sep 10, 2018 1:52 pm
Re: how to monitor AIX server paging space using snmp
Will there be any dependency packages needed when we install NCPA agent in AIX and Linux servers ? Or it has the bundles which has dependency packages as well if any required. ?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to monitor AIX server paging space using snmp
There shouldn't be any dependencies, the RPM is self contained.ganeshsambandam wrote:Will there be any dependency packages needed when we install NCPA agent in AIX and Linux servers ? Or it has the bundles which has dependency packages as well if any required. ?