smart exporters #73

Merged
tanneberger merged 2 commits from smart_exporter into master 2024-05-25 19:52:52 +02:00
tanneberger commented 2024-05-24 23:24:04 +02:00 (Migrated from github.com)
  • added dd-ix.monitoring.smart = { enable; devices; host; port; } options
  • renamed: mno001 to svc-hv01
  • todo: add route servers.
- added `dd-ix.monitoring.smart = { enable; devices; host; port; }` options - renamed: mno001 to svc-hv01 - todo: add route servers.
MarcelCoding (Migrated from github.com) reviewed 2024-05-25 12:32:08 +02:00
@ -75,3 +75,3 @@
{
mno001 = nixpkgs.lib.nixosSystem {
svc-hv01 = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
MarcelCoding (Migrated from github.com) commented 2024-05-25 12:32:03 +02:00

also update the device's hostname

also update the device's hostname
@ -11,0 +24,4 @@
};
host = lib.mkOption {
type = lib.types.str;
default = "127.0.0.1";
MarcelCoding (Migrated from github.com) commented 2024-05-25 12:31:37 +02:00

will there also an ipv6 listener be created? management is ipv6 only

will there also an ipv6 listener be created? management is ipv6 only
Sign in to join this conversation.
No description provided.