jjmartres / Zabbix

A great collection of Zabbix scripts and templates
GNU General Public License v2.0
873 stars 585 forks source link

FgBoolState, FgHaMode and FgHaLbSchedule ERROR IMPORT! #156

Closed mertyakan closed 2 years ago

mertyakan commented 3 years ago

Hi, When i try import this template, I will get mapping named FgBoolState error;

I find this solution, ok for me;

You have to create a mapping for the state, as stated in the manual

Add a value mapping named FgBoolState with the following values:

1 => disabled 2 => enabled

Add a value mapping named FgHaLbSchedule with the following values:

1 => none 2 => hub 3 => leastConnections 4 => roundRobin 5 => weightedRoundRobin 6 => random 7 => ipBased 8 => ipPortBased

Add a value mapping named FgHaMode with the following values:

1 => standalone 2 => activeActive 3 => activePassive

You can do this, in administration, General, choose value mappings from the right scroll down bar.

add the mapping, import the template

https://www.zabbix.com/forum/zabbix-help/44728-zabbix-fortigate-and-mibs

mertyakan commented 2 years ago

SOLVED