Configure librenms extra settings for discovery

This commit is contained in:
pazpi 2026-02-27 23:52:51 +01:00
parent 42d8cef7bd
commit b83bf2368c
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -18,6 +18,8 @@ in
enable = true;
hostname = p.hosts.librenms;
settings = {
"mydomain" = p.domains.internal;
"nets" = ["192.168.1.0/24"];
"snmp.community" = [
"public"
"homelab"

View file

@ -6,6 +6,7 @@ in
{
domains = {
public = public-domain;
internal = private-domain;
tsDns = ts-domain;
};
hosts = {