Home Directory Plugins Hardware Network Gear Fortinet Check Fortigate hardware health by SSH

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 Fortigate hardware health by SSH

Current Version
1.0
Last Release Date
2016-03-11
Compatible With
  • Nagios 3.x
License
GPL
Hits
11335
Files:
FileDescription
check_ssh_fortigate_env.plcheck_ssh_fortigate_env.pl
Nagios CSP

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!
It connects on a Fortigate with a login and password and use the 'execute sensor list' to determine the hardware health.
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)
bymrc, October 18, 2016
1 of 1 people found this review helpful
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";