nagios: add nixos test

This commit is contained in:
Symphorien Gibol
2019-12-30 12:00:00 +00:00
parent be25e45fc8
commit cb38bf33e7
3 changed files with 121 additions and 1 deletions

View File

@@ -179,6 +179,7 @@ in
mysql = handleTest ./mysql.nix {};
mysqlBackup = handleTest ./mysql-backup.nix {};
mysqlReplication = handleTest ./mysql-replication.nix {};
nagios = handleTest ./nagios.nix {};
nat.firewall = handleTest ./nat.nix { withFirewall = true; };
nat.firewall-conntrack = handleTest ./nat.nix { withFirewall = true; withConntrackHelpers = true; };
nat.standalone = handleTest ./nat.nix { withFirewall = false; };