Alexandros Kosiaris has submitted this change and it was merged.

Change subject: osm: Fix typo introduced in 2d96ee8
......................................................................


osm: Fix typo introduced in 2d96ee8

command => nrpe_command

Change-Id: I57a795547f8e98d78802021d4287d48be70267c8
---
M manifests/role/osm.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/role/osm.pp b/manifests/role/osm.pp
index 0bf3388..43dd352 100644
--- a/manifests/role/osm.pp
+++ b/manifests/role/osm.pp
@@ -159,8 +159,8 @@
         srange => '($EQIAD_PRIVATE_LABS-INSTANCES1-A-EQIAD 
$EQIAD_PRIVATE_LABS-INSTANCES1-A-EQIAD $EQIAD_PRIVATE_LABS-INSTANCES1-A-EQIAD 
$EQIAD_PRIVATE_LABS-INSTANCES1-A-EQIAD)',
     }
     nrpe::monitor_service { 'check_rsync_server_running':
-        description => 'Check if rsync server is running',
-        command     => "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:4 
--ereg-argument-array 'rsync --daemon'",
+        description  => 'Check if rsync server is running',
+        nrpe_command => "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1:4 
--ereg-argument-array 'rsync --daemon'",
     }
 }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/169720
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I57a795547f8e98d78802021d4287d48be70267c8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to