From 29e6add826b3eaffb5b69f0a611a687fb062a6b9 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 25 Mar 2010 18:16:23 +0000 Subject: NRPE2. When you click Save in Services->NRPEv2 nothing is changed in /usr/local/etc/nrpe.cfg and the service is not restarted. To make changes active you have to press Save the second time. This patch addresses both issues. --- config/nrpe2/nrpe2.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/nrpe2') diff --git a/config/nrpe2/nrpe2.xml b/config/nrpe2/nrpe2.xml index 723bbba9..61fadcaa 100644 --- a/config/nrpe2/nrpe2.xml +++ b/config/nrpe2/nrpe2.xml @@ -159,6 +159,8 @@ nrpe2_custom_php_write_config(); + nrpe2_custom_php_write_config(); + nrpe2_custom_php_service(); unset($_POST['temp']); -- cgit v1.2.3