diff --git a/Metadata/groups.xml b/Metadata/groups.xml
index fe98abb..bbfd94c 100644
--- a/Metadata/groups.xml
+++ b/Metadata/groups.xml
@@ -403,12 +403,12 @@
+
-
@@ -1169,6 +1169,11 @@
+
+
+
+
diff --git a/Python/etc/monit/services b/Python/etc/monit/services
index eef1ed8..35c1990 100644
--- a/Python/etc/monit/services
+++ b/Python/etc/monit/services
@@ -108,6 +108,10 @@ service("mysql",
service("munin-node",
pidf="munin/munin-node")
+service("nslcd",
+ pidf="nslcd/nslcd",
+ extra=["if failed unixsocket /var/run/nslcd/socket then restart"])
+
service("nscd",
pidf="nscd/nscd",
extra=["if failed unixsocket /var/run/nscd/socket then restart"])