Home Directory Plugins Operating Systems Solaris Solaris Network Utilization

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Solaris Network Utilization

Rating
0 votes
Favoured:
0
Hits
154177
Files:
FileDescription
chk_sol_nicstat.shchk_sol_nicstat.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Uses the nicstat utility. Used as an NRPE plugin on Solaris server, checks current network utilization over a 2 - 6 second period, averages it out and returns the value. Uses the 'nicstat' utility, **Current version can be downloaded from http://blogs.sun.com/roller/resources/timc/nicstat/nicstat-1.21.tar.gz
Install:
1.) Download and compile the nicstat utility. Copy the nicstat binary to your plugins directory or wherever.
2.) Add the plugin to appropriate directory. Modify the "UTIL_PATH" variable to point to the nicstat utility from line 1.
3.) Run the command, then add to nrpe config and Nagios command checks.

Usage:
chk_sol_nicstat -i -P -w -c
Example:
chk_sol_nicstat -i bge0 -P 4 -w 75 -c 95

Paramater description:
-i | --interface: interface to check, will warn if not present or wrong interface selected.
-P | --passes: Number of checks to run, from 3 to 6. Each check takes one second.
-w | --warning: Warning threshold
-c | --critical: Critical threshold