Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
leonardomothe
New Contributor

zabbix and fortiguard

Hi, 

 

I need to monitor fortiguard licenses through zabbix, is there any way?

1 Solution
EricPan
New Contributor

Maybe Zabbix HTTP Agent and Fortigate's API might get what you want.
Zabbix HTTP Agent
Foritgate API 

ps. beware of the permission for api account

Here is my setup and result using POSTMAN.
HTTP Method:GET
Authorization:Bearer Token
URL:https://(FortigateFQDN or IP)/api/v2/cmdb/system/fortiguard

 

FortiAPI_Result.png

FortiAPI_Result_2.png

 





View solution in original post

2 REPLIES 2
EricPan
New Contributor

Maybe Zabbix HTTP Agent and Fortigate's API might get what you want.
Zabbix HTTP Agent
Foritgate API 

ps. beware of the permission for api account

Here is my setup and result using POSTMAN.
HTTP Method:GET
Authorization:Bearer Token
URL:https://(FortigateFQDN or IP)/api/v2/cmdb/system/fortiguard

 

FortiAPI_Result.png

FortiAPI_Result_2.png

 





leonardomothe

Thanks, it worked.

Labels
Top Kudoed Authors