Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/367875 )

Change subject: librenms: explicit graphite port
......................................................................


librenms: explicit graphite port

librenms docs state 2003 is the default, though if omitted the port isn't set
at all. Forcing port number in the config for now, likely a librenms bug.

Bug: T171167
Change-Id: I28bd717c7862cafa25ec237f0744024a10277a25
---
M modules/role/manifests/librenms.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



diff --git a/modules/role/manifests/librenms.pp 
b/modules/role/manifests/librenms.pp
index f3a9ef1..84539fe 100644
--- a/modules/role/manifests/librenms.pp
+++ b/modules/role/manifests/librenms.pp
@@ -120,6 +120,7 @@
         'graphite'   => {
             'enable' => true,
             'host'   => $graphite_host,
+            'port'   => '2003',
             'prefix' => $graphite_prefix,
         },
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I28bd717c7862cafa25ec237f0744024a10277a25
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Ayounsi <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to