Volans has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392405 )

Change subject: graphite: fix typo
......................................................................


graphite: fix typo

Bug: T170353
Change-Id: Ia36b9ece85d9a3aba65b9053aaa93af8c73fdcbb
---
M modules/graphite/manifests/monitoring/graphite.pp
1 file changed, 5 insertions(+), 5 deletions(-)

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



diff --git a/modules/graphite/manifests/monitoring/graphite.pp 
b/modules/graphite/manifests/monitoring/graphite.pp
index 58dff8a..8e96cb4 100644
--- a/modules/graphite/manifests/monitoring/graphite.pp
+++ b/modules/graphite/manifests/monitoring/graphite.pp
@@ -9,7 +9,7 @@
 class graphite::monitoring::graphite {
     monitoring::graphite_threshold { 'carbon-frontend-relay_drops':
         description     => 'carbon-frontend-relay metric drops',
-        dashboad_link   => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=21&fullscreen
 and 
https://grafana.wikimedia.org/dashboard/db/graphite-codfw?orgId=1&panelId=21&fullscreen',
+        dashboard_link  => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=21&fullscreen
 and 
https://grafana.wikimedia.org/dashboard/db/graphite-codfw?orgId=1&panelId=21&fullscreen',
         metric          => 
'sumSeries(transformNull(perSecond(carbon.relays.graphite*_frontend.destinations.*.dropped)))',
         from            => '5minutes',
         warning         => 25,
@@ -20,7 +20,7 @@
 
     monitoring::graphite_threshold { 'carbon-local-relay_drops':
         description     => 'carbon-local-relay metric drops',
-        dashboad_link   => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=29&fullscreen
 and 
https://grafana.wikimedia.org/dashboard/db/graphite-codfw?orgId=1&panelId=29&fullscreen',
+        dashboard_link  => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=29&fullscreen
 and 
https://grafana.wikimedia.org/dashboard/db/graphite-codfw?orgId=1&panelId=29&fullscreen',
         metric          => 
'sumSeries(transformNull(perSecond(carbon.relays.graphite*_local.destinations.*.dropped)))',
         from            => '5minutes',
         warning         => 25,
@@ -32,7 +32,7 @@
     # is carbon-cache able to write to disk (e.g. permissions)
     monitoring::graphite_threshold { 'carbon-cache_write_error':
         description     => 'carbon-cache write error',
-        dashboad_link   => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=30&fullscreen',
+        dashboard_link  => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=30&fullscreen',
         metric          => 
'secondYAxis(sumSeries(carbon.agents.graphite1001-*.errors))',
         from            => '10minutes',
         warning         => 1,
@@ -44,7 +44,7 @@
     # are carbon-cache queues overflowing their capacity?
     monitoring::graphite_threshold { 'carbon-cache_overflow':
         description     => 'carbon-cache queues overflow',
-        dashboad_link   => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=8&fullscreen',
+        dashboard_link  => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=8&fullscreen',
         metric          => 
'secondYAxis(sumSeries(carbon.agents.graphite1001-*.cache.overflow))',
         from            => '10minutes',
         warning         => 1,
@@ -56,7 +56,7 @@
     # are we creating too many metrics?
     monitoring::graphite_threshold { 'carbon-cache_many_creates':
         description     => 'carbon-cache too many creates',
-        dashboad_link   => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=9&fullscreen',
+        dashboard_link  => 
'https://grafana.wikimedia.org/dashboard/db/graphite-eqiad?orgId=1&panelId=9&fullscreen',
         metric          => 'sumSeries(carbon.agents.graphite1001-*.creates)',
         from            => '30min',
         warning         => 500,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia36b9ece85d9a3aba65b9053aaa93af8c73fdcbb
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Volans <rcocci...@wikimedia.org>
Gerrit-Reviewer: Volans <rcocci...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to