Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Fortigate hardware health by SSH
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 can restrict check to some hardware items, exlude them, change teh default prompt, the criticity.
./check_ssh_fortigate_env.pl --help for more details.
Reviews (1)
Thanks for the script,
When using a setup with VDOMs you need to jump into global mode before running "execute sensor list", so I updated the command as follows & it seems to be working for me..
# Execute command
my $command="config global
execute sensor list";
When using a setup with VDOMs you need to jump into global mode before running "execute sensor list", so I updated the command as follows & it seems to be working for me..
# Execute command
my $command="config global
execute sensor list";