Solaris check_mem: top not found!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Solaris check_mem: top not found!

Post by cdienger »

The script is using options to run the vmstat multiple times with a delay. These can be modified by editing the script and changing the value assigned to these variables:

Code: Select all

my $vmstat_delay = 100;
my $vmstat_runs = 2;
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
anilgupta
Posts: 102
Joined: Fri Mar 01, 2019 8:35 am

Re: Solaris check_mem: top not found!

Post by anilgupta »

Got it. thanks
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Solaris check_mem: top not found!

Post by cdienger »

Glad to hep. Are we okay to lock the thread at this point?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked