Skip to content

Commit

Permalink
Add cronjob for populating databse with OUI data
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Mar 7, 2025
1 parent 700aeb3 commit 4c3c012
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/3320.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add cronjob for populating database with OUI data
20 changes: 20 additions & 0 deletions doc/reference/backend-processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ relevant section in this document:
- `logengine`_
- `mactrace`_
- `maintengine`_
- `navoui`_
- `navstats`_
- `netbiostracker`_
- `pping`_
Expand Down Expand Up @@ -215,6 +216,25 @@ appropriate maintenance events for individual devices and services on NAV's
:Logs:
:file:`maintengine.log`


navoui
------

Periodically updates the database with Organizationally Unique Identifiers (OUIs)
and their corresponding vendors. This enables NAV to display the vendor name
of a device based on its MAC address, helping to identify whether a device is,
for example, from Juniper or Cisco.

:Dependencies:
None
:Run mode:
cron
:Configuration:
None
:Logs:
Logs to STDERR.


navstats
--------

Expand Down
2 changes: 2 additions & 0 deletions python/nav/etc/cron.d/navoui
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## info: Update the database with OUIs and their respective vendors
0 10 * * * navoui

0 comments on commit 4c3c012

Please sign in to comment.