| 1 | taxonomy_version: 1 |
| 2 | plugin_name: go.d.plugin |
| 3 | module_name: panos |
| 4 | placements: |
| 5 | - id: panos |
| 6 | section_id: remote-devices |
| 7 | title: Palo Alto Networks PAN-OS |
| 8 | icon: snmp |
| 9 | properties: { important: false, grouping: true } |
| 10 | items: |
| 11 | - type: group |
| 12 | id: system |
| 13 | title: System |
| 14 | items: |
| 15 | - panos.system.uptime |
| 16 | - panos.system.device_certificate_status |
| 17 | - panos.system.operational_mode |
| 18 | - type: group |
| 19 | id: high-availability |
| 20 | title: High Availability |
| 21 | short_name: HA |
| 22 | items: |
| 23 | - panos.ha.status |
| 24 | - panos.ha.local.state |
| 25 | - panos.ha.peer.state |
| 26 | - panos.ha.peer.connection_status |
| 27 | - panos.ha.state_sync_status |
| 28 | - panos.ha.link_status |
| 29 | - type: group |
| 30 | id: environment |
| 31 | title: Environment |
| 32 | items: |
| 33 | - type: group |
| 34 | id: sensors |
| 35 | title: Sensors |
| 36 | items: |
| 37 | - panos.environment.temperature |
| 38 | - panos.environment.fan_speed |
| 39 | - panos.environment.voltage |
| 40 | - panos.environment.sensor_alarm_status |
| 41 | - type: group |
| 42 | id: power-supplies |
| 43 | title: Power Supplies |
| 44 | items: |
| 45 | - panos.environment.power_supply_presence_status |
| 46 | - panos.environment.power_supply_alarm_status |
| 47 | - type: group |
| 48 | id: licenses |
| 49 | title: Licenses |
| 50 | items: |
| 51 | - panos.license.count |
| 52 | - panos.license.status |
| 53 | - panos.license.time_until_expiration |
| 54 | - type: group |
| 55 | id: ipsec |
| 56 | title: IPsec |
| 57 | items: |
| 58 | - panos.ipsec.tunnels |
| 59 | - panos.ipsec.tunnel.sa_lifetime |
| 60 | - type: group |
| 61 | id: bgp |
| 62 | title: BGP |
| 63 | items: |
| 64 | - type: group |
| 65 | id: peers |
| 66 | title: Peers |
| 67 | items: |
| 68 | - panos.bgp.peer.state |
| 69 | - panos.bgp.peer.uptime |
| 70 | - panos.bgp.peer.messages |
| 71 | - panos.bgp.peer.updates |
| 72 | - panos.bgp.peer.flaps |
| 73 | - panos.bgp.peer.established_transitions |
| 74 | - panos.bgp.peer.prefixes_received |
| 75 | - panos.bgp.peer.prefixes_advertised |
| 76 | - type: group |
| 77 | id: virtual-routers |
| 78 | title: Virtual Routers |
| 79 | short_name: VRs |
| 80 | items: |
| 81 | - panos.bgp.vr.peers_by_state |
| 82 | - panos.bgp.vr.peers_total |