Re: [Nagios-users] Plugin to check memory usage on linux boxes

2010-03-11 Thread Mark Elsen
> Should it be placed at both the nagios server and the target box which > is being monitored ?? > No (NAGIOS server only), by definition, because it queries the SNMP daemon on the remote Linux box, for the required memory stats. M. --

Re: [Nagios-users] Plugin to check memory usage on linux boxes

2010-03-11 Thread Jatin
Mark Elsen wrote: >> Hi Mark >> >> I saw the website : http://nagios.manubulon.com/snmp_mem.html >> >> I have a few questions: >> >> 1. When i click on the download version 1.1 , i get one text file with >> some code in it , What do i need to with this file ?? >> > > Save it as a perl script;

Re: [Nagios-users] Plugin to check memory usage on linux boxes

2010-03-11 Thread Mark Elsen
> Hi Mark > > I saw the website : http://nagios.manubulon.com/snmp_mem.html > > I have a few questions: > > 1. When i click on the download version 1.1 , i get one text file with > some code in it , What do i need to with this file ?? Save it as a perl script; in the libexec dir of your NAGIOS dis

Re: [Nagios-users] Plugin to check memory usage on linux boxes

2010-03-11 Thread Jatin
Mark Elsen wrote: >> Hi >> >> Is there a plugin bundled with nagios-plugins that helps us in checking >> the memory usage on the linux box. I basically want to know the used >> memory and the total available , Even if it is given in percentage i am >> fine. Please let me know if there are plugins t

Re: [Nagios-users] Plugin to check memory usage on linux boxes

2010-03-11 Thread Rick Mangus
On Thu, Mar 11, 2010 at 7:36 AM, Mark Elsen wrote: >> Hi >> >> Is there a plugin bundled with nagios-plugins that helps us in checking >> the memory usage on the linux box. I basically want to know the used >> memory and the total available , Even if it is given in percentage i am >> fine. Please

Re: [Nagios-users] Plugin to check memory usage on linux boxes

2010-03-11 Thread Mark Elsen
> Hi > > Is there a plugin bundled with nagios-plugins that helps us in checking > the memory usage on the linux box. I basically want to know the used > memory and the total available , Even if it is given in percentage i am > fine. Please let me know if there are plugins to do so. > > I checked t