Add prometheus #118

Merged
esy merged 27 commits from prometheus2 into main 2024-05-23 21:52:10 +00:00
2 changed files with 5 additions and 6 deletions
Showing only changes of commit 4637777e5c - Show all commits

View file

@ -26,17 +26,16 @@ in {
type = types.port;
default = 9001;
};
#list of servers passed in for monitoring
servers = mkOption {
type = types.listOf types.str;
};
};
collecter_port = mkOption {
type = types.port;
default = 9002;
};
#list of servers passed in for monitoring
servers = mkOption {
type = types.listOf types.str;
};
};
config =