Page 1 of 1

How to monitor SUN Solaris memory?!

Posted: Thu Aug 16, 2012 11:41 am
by xpertech
I download and install NagiosXI VM to monitor SUN(Sparc) Solaris Server's memory, I tried some plugins but can only monitor cpu & disk, the memory data was empty or error. is there a suggestion plugin?

Re: How to monitor SUN Solaris memory?!

Posted: Thu Aug 16, 2012 11:45 am
by scottwilkerson
Did you install the Solaris agent?

Re: How to monitor SUN Solaris memory?!

Posted: Thu Aug 16, 2012 11:58 am
by xpertech
scottwilkerson wrote:Did you install the Solaris agent?
Not allowed to install agent, so I use snmp to monitor all servers (Windows & SUN Sparc).

Re: How to monitor SUN Solaris memory?!

Posted: Thu Aug 16, 2012 12:10 pm
by scottwilkerson
As long as your server has the HOST-RESOURCES-MIB you should be able to use something like this

http://exchange.nagios.org/directory/Pl ... MP/details

If you use it you may need to install the following package

Code: Select all

yum install bc -y

Re: How to monitor SUN Solaris memory?!

Posted: Thu Aug 16, 2012 2:06 pm
by xpertech
scottwilkerson wrote:As long as your server has the HOST-RESOURCES-MIB you should be able to use something like this

http://exchange.nagios.org/directory/Pl ... MP/details

If you use it you may need to install the following package

Code: Select all

yum install bc -y
^^^^^^^^ what is this package? why should it need to be installed?

Re: How to monitor SUN Solaris memory?!

Posted: Thu Aug 16, 2012 2:21 pm
by scottwilkerson
bc is "An arbitrary precision calculator language"

the reason you would need to install it (if it isn't already installed) is because it is used by this plugin.

You can test to see if it is already installed by running

Code: Select all

which bc

Re: How to monitor SUN Solaris memory?!

Posted: Sun Aug 19, 2012 8:18 am
by xpertech
scottwilkerson wrote:As long as your server has the HOST-RESOURCES-MIB you should be able to use something like this

http://exchange.nagios.org/directory/Pl ... MP/details

If you use it you may need to install the following package

Code: Select all

yum install bc -y
what do you mean "HOST-RESOURCES-MIB"?
I installed this plugin, but it's data seems not correct?! and the performance graph data also not correct?!

Re: How to monitor SUN Solaris memory?!

Posted: Sun Aug 19, 2012 8:29 am
by xpertech
scottwilkerson wrote:bc is "An arbitrary precision calculator language"

the reason you would need to install it (if it isn't already installed) is because it is used by this plugin.

You can test to see if it is already installed by running

Code: Select all

which bc
the NagiosXI VM already installed bc. after I install this plugin, the monitored data was not correct, the server's memory is 1.5GB and was running nothing, but the plugin indicate used memory 1.27GB.

Re: How to monitor SUN Solaris memory?!

Posted: Mon Aug 20, 2012 9:05 am
by scottwilkerson
xpertech wrote:the NagiosXI VM already installed bc. after I install this plugin, the monitored data was not correct, the server's memory is 1.5GB and was running nothing, but the plugin indicate used memory 1.27GB.
This actually sounds pretty normal, most OS's cache items in memory, and the free memory is also reduced by the cached memory..