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
10912
Files:
FileDescription
check_ssh_fortigate_env.plcheck_ssh_fortigate_env.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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";