mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix axiscam serial format (#13620)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
modules:
|
||||
os:
|
||||
sysDescr_regex: '/(?<hardware>[^;]+); [^;]+; (?<version>[^;]+)/'
|
||||
serial: .1.3.6.1.2.1.2.2.1.6.2
|
||||
serial:
|
||||
- IF-MIB::ifPhysAddress.2
|
||||
|
@@ -12,7 +12,7 @@
|
||||
"features": null,
|
||||
"os": "axiscam",
|
||||
"type": "appliance",
|
||||
"serial": "AC CC 8E AC 27 C7",
|
||||
"serial": "ac:cc:8e:ac:27:c7",
|
||||
"icon": "axis.svg",
|
||||
"location": null
|
||||
}
|
||||
|
Reference in New Issue
Block a user