i am looking for a plugin to monitor the filesystem usage on AIX server..i am useing check by ssh method.
currently i am using the plugin mentioned in the link below
http://exchange.nagios.org/directory/Pl ... 2E/details
this plugin doesnot seem to monitor all the mount points....
can someone help me in finding another plugin or can they help to fix the current one that i am using
AIX file system monitoring
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: AIX file system monitoring
Maxwell,
Which version of AIX are you attempting to monitor?
Which version of AIX are you attempting to monitor?
-
maxwellmiranda
- Posts: 113
- Joined: Thu Mar 22, 2012 3:24 pm
Re: AIX file system monitoring
7.1....the script in the plugin is very basic..but it is not scanning all the mountpoints...
i have mointpoints with the name /oracle/SID/sapdata1....
i have mointpoints with the name /oracle/SID/sapdata1....
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: AIX file system monitoring
The current NRPE agent available for AIX is for versions 5.3 and 6.1, I am unsure of how it would react to AIX 7.1 though I believe others have compiled for it. Here is a link to our documentation if you are interested in :
http://assets.nagios.com/downloads/nagi ... _Agent.pdf
As far as check by ssh, this is quite possibly something you can incorporate with this script, though we have no in house AIX servers to test with, I assume you have followed this documentation correct? You would need to add the script to the required directories and follow the path the Wizard takes to integrate them:
http://assets.nagios.com/downloads/nagi ... ng_SSH.pdf
http://assets.nagios.com/downloads/nagi ... _Agent.pdf
As far as check by ssh, this is quite possibly something you can incorporate with this script, though we have no in house AIX servers to test with, I assume you have followed this documentation correct? You would need to add the script to the required directories and follow the path the Wizard takes to integrate them:
http://assets.nagios.com/downloads/nagi ... ng_SSH.pdf
-
maxwellmiranda
- Posts: 113
- Joined: Thu Mar 22, 2012 3:24 pm
Re: AIX file system monitoring
we want it to be monitored by SSH only...as far as the version is concerned...the script is a very basic one and should work on most of the versions of unix
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: AIX file system monitoring
Then I would follow slansing's suggestion and use
http://assets.nagios.com/downloads/nagi ... ng_SSH.pdf
Just make sure that the nagios user can execute the script
http://assets.nagios.com/downloads/nagi ... ng_SSH.pdf
Just make sure that the nagios user can execute the script
-
maxwellmiranda
- Posts: 113
- Joined: Thu Mar 22, 2012 3:24 pm
Re: AIX file system monitoring
all set...i used another script with some modifications...it worked
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: AIX file system monitoring
Excellent....thank you for letting us know.. Closing as resolved.