summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2019-12-30 12:00:00 +0000
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2019-12-30 16:41:18 +0100
commitcb38bf33e7fd34dff5a2488600c343762a578ffb (patch)
tree9f4e23e223a4c32ac4e4ac55ac4b841ad889f82d /nixos/tests/all-tests.nix
parentbe25e45fc86612fc52cc3361800547b3552b0131 (diff)
downloadnixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.tar
nixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.tar.gz
nixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.tar.bz2
nixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.tar.lz
nixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.tar.xz
nixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.tar.zst
nixpkgs-cb38bf33e7fd34dff5a2488600c343762a578ffb.zip
nagios: add nixos test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 111643ad69c..0bbf0d9ab41 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -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; };