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;
|
enable = true;
|
||||||
hostname = p.hosts.librenms;
|
hostname = p.hosts.librenms;
|
||||||
settings = {
|
settings = {
|
||||||
|
"mydomain" = p.domains.internal;
|
||||||
|
"nets" = ["192.168.1.0/24"];
|
||||||
"snmp.community" = [
|
"snmp.community" = [
|
||||||
"public"
|
"public"
|
||||||
"homelab"
|
"homelab"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ in
|
||||||
{
|
{
|
||||||
domains = {
|
domains = {
|
||||||
public = public-domain;
|
public = public-domain;
|
||||||
|
internal = private-domain;
|
||||||
tsDns = ts-domain;
|
tsDns = ts-domain;
|
||||||
};
|
};
|
||||||
hosts = {
|
hosts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue