feat: add metrics exporters for Dovecot and Postfix, update Signal execution command, and improve configuration management
This commit is contained in:
parent
436903543b
commit
e8bf13275e
10 changed files with 102 additions and 3 deletions
8
hosts/mail/modules/metrics/default.nix
Normal file
8
hosts/mail/modules/metrics/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../../utils/modules/victoriametrics/default.nix
|
||||
./postfix-exporter.nix
|
||||
./dovecot-exporter.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue