Configure librenms extra settings for discovery
This commit is contained in:
parent
42d8cef7bd
commit
b83bf2368c
2 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ in
|
|||
{
|
||||
domains = {
|
||||
public = public-domain;
|
||||
internal = private-domain;
|
||||
tsDns = ts-domain;
|
||||
};
|
||||
hosts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue