Skip to content

Commit

Permalink
Add paloaltoarp plugin to default ipdevpoll conf
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Apr 30, 2024
1 parent 0e77f24 commit 41364b0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions python/nav/etc/ipdevpoll.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ linkaggregate=
bgp=
poe=
juniperalarm=
paloaltoarp=

[job_inventory]
#
Expand Down Expand Up @@ -132,9 +133,9 @@ description: Checks for changes in the reverse DNS records of devices
interval: 30m
intensity: 0
plugins:
arp
arp paloaltoarp
description:
The ip2mac job logs IP to MAC address mappings from routers
The ip2mac job logs IP to MAC address mappings from routers and firewalls
(i.e. from IPv4 ARP and IPv6 Neighbor caches)


Expand Down Expand Up @@ -225,6 +226,15 @@ filter = topology
# using the staticroutes plugins. Value is a number of seconds between requests.
#throttle-delay=0.0

[paloaltoarp]
# Until a management profile type for (Palo Alto) REST API credentials
# exist in NAV, this section is used to configure API tokens/keys per
# Palo Alto firewall. Identify each Palo Alto firewall with either its
# NAV sysname or management IP address:

#hostname = secret-API-key
#ip = another-secret-API-key

[sensors]
# A space-separated list of Python modules to load into ipdevpoll as the
# sensors plugin is loaded. An asterisk suffix will cause all modules in that
Expand Down

0 comments on commit 41364b0

Please sign in to comment.