xmacan / plugin_snver

Small Cacti plugin - try find serial numbers, versions and important information about devices
GNU Lesser General Public License v2.1
2 stars 0 forks source link

[FORTINET] add Fortinet to supported Vendors #2

Closed anarkia1976 closed 2 years ago

anarkia1976 commented 2 years ago

Hi @xmacan , this plugin is very interesting. Is it possible to add Fortinet Vendor? thanks a lot

xmacan commented 2 years ago

It partially works for fortigate firewalls, because these support Entity MIB: Organization: sysObjectID: OID: .1.3.6.1.4.1.12356.101.1.1041 Organization: Fortinet, Inc. (id: 12356)

Entity MIB: Name: FGT_100E Description: Fortinet FGT_100E, HW Serial#: FG100ETKxxxxxxx SW revision: FortiGate-100E v6.2.9,build1234,210601 (GA) Serial number: FG100ETKxxxxxxx Manufact. name: Fortinet Model name: FGT_100E

Vendor specific: Serial: FG100ETKxxxxxx Version: v6.2.9,build1234,210601 (GA)

I only have firewalls, so I can't test their other devices. The whole work is about find and add interesting snmp oids to setup.php.

anarkia1976 commented 2 years ago

HI @xmacan , very good i'm waiting. We have a lot of fortinet machine for test purposing. thanks.

xmacan commented 2 years ago

which kind of devices except firewalls?

anarkia1976 commented 2 years ago

we have, fortiadc fortimanager fortianalyzer fortiauthenticator fortimail. thanks

anarkia1976 commented 2 years ago

Hi @xmacan,

seems i need to import sql schema after install: Please import SQL data from file plugins/snver/data/ent.sql Do you have suggestions? thanks

xmacan commented 2 years ago

It is described in readme. cd .../plugins/snver/data mysql -u cacti_user -p cacti_db < ent.sql

It is bigger table, so I decided to import it manually

xmacan commented 2 years ago

Does fortimail supports EntityMIB? And other devices?

anarkia1976 commented 2 years ago

yes, it is supported.

xmacan commented 2 years ago

So can we close this issue?

anarkia1976 commented 2 years ago

thanks al lot. closed.