Hi @Khassam ,
You have understand that correctly - SNMP traps in PAN firewalls are configured with log forwarding profiles, where you can specify which log type to be forwarded as trap.
However the screenshot you have provided is for Log Forwarding object, which is used for "traffic related" logs that you can apply on any security rules. What you actually need is here - https://docs.paloaltonetworks.com/pan-os/9-1/pan-os-web-interface-help/device/device-log-settings For your specific case you need to configure log forwarding for System Logs and using the Filter to specify which exactly sub-type system logs you want to send as traps.
From top of my head I believe the following from your list are available as system logs and therefor can be forwarded as traps:
- interface status: log event for up or down is generated
- temperature: not completely sure, but I believe system log will be generated when critical temp is reaced
- cpu management and data: similar to temp, when critical levels are reached it should be logged.
- ha state: change in member state (passive, active or down) will be logged as well as HA interfaces (they are logged in ha sub-type )
I am not sure the following can be sent as traps:
- int bandwidth
- log rate
- session count
... View more