Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_NetAppLeftAggr
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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
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
Reviews (0)
Be the first to review this listing!