napalm-automation / napalm-logs

Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models
https://napalm-logs.readthedocs.io/en/latest/
Apache License 2.0
141 stars 43 forks source link

Support for fortinet (FortiOS 5.4) #300

Closed tkinet closed 5 years ago

tkinet commented 5 years ago

We used configuration files for the traffic define as "local" and "forward" as defined from the fortinet documentation for FortiOS 5.4.(https://docs.fortinet.com/product/fortigate/5.4) We defined:

The Fortinet configuration apply : config log syslogd setting set status enable set server "Remote IP server" set reliable disable set port 514 set csv disable set facility local7 set source-ip 'One IP interface on the Fortinet'

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 43.107% when pulling 4e90cf588c043ecc3c607f9a284936b77306a93e on tkinet:develop into 8850ac87d9bec67ee54cd15b9815bf84a335c12e on napalm-automation:develop.

luke-orden commented 5 years ago

Thanks @tkinet