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

check_NetAppLeftAggr

Current Version
1.0
License
GPL
Hits
31177
Files:
FileDescription
check_NetAppLeftAggrcheck_NetAppLeftAggr
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Monitor if the NetApp Aggregate Total storage space falls below a threshold.
You need to set up SSH Key authentication for the monitoring user (see below).


Instructions/Documentation: you need ssh keyless authentication for this plugin.

You can use root but you can also create a monitoring role. Add keyless SSH Authentication & monitoring role (we're using a user named op5 in this example):

Create op5 user and monitoring role:
> useradmin role add monitoring -a cli-aggr*,login-ssh
> useradmin group add monitoring -r monitoring
v useradmin user modify op5 -g monitoring

## Enter advanced mode
> priv set advanced

## Unlock diaguser and set password
> useradmin diaguser unlock
> useradmin diaguser password

## Login with the diag user and password you just set:
> systemshell

## Now add your SSH public key
> mkdir -p /mroot/etc/sshd/op5/.ssh
> vi /mroot/etc/sshd/op5/.ssh/authorized_keys
> sudo chown -R root:wheel /mroot/etc/sshd/op5/.ssh/authorized_keys
> sudo chmod -R 0600 /mroot/etc/sshd/op5
> exit
> useradmin diaguser lock
> priv set admin