Hi ,
I had issue to run following command to cature memory usage on solaris 10 server, please advise if anyone had ideal .
$ /usr/local/nagios/libexec/check_mem.pl -w 10 -c 5 -f -C
You can't report on Solaris caches without Sun::Solaris::Kstat available!
$
Thanks in advance.
Kenny
You can't report on Solaris caches without Sun::Solaris::Kst
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: You can't report on Solaris caches without Sun::Solaris:
Inside the plugin we find this:
It appears you must have the Sun::Solaris::Kstat perl module installed via CPAN.
Code: Select all
eval "use Sun::Solaris::Kstat";
if ($@) { #Kstat not available