mirror of
https://github.com/carlosedp/cluster-monitoring.git
synced 2024-12-13 19:07:02 +01:00
parent
ad1d165158
commit
6b0b8c780a
@ -58,6 +58,7 @@ local vars = import 'vars.jsonnet';
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
plugins: vars.grafana.plugins,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
//---------------------------------------
|
//---------------------------------------
|
||||||
|
@ -73,8 +73,11 @@
|
|||||||
scrapeInterval: '30s',
|
scrapeInterval: '30s',
|
||||||
scrapeTimeout: '30s',
|
scrapeTimeout: '30s',
|
||||||
},
|
},
|
||||||
// Grafana "from" email
|
|
||||||
grafana: {
|
grafana: {
|
||||||
|
// Grafana "from" email
|
||||||
from_address: 'myemail@gmail.com',
|
from_address: 'myemail@gmail.com',
|
||||||
|
// Plugins to be installed at runtime.
|
||||||
|
//Ex. plugins: ['grafana-piechart-panel', 'grafana-clock-panel'],
|
||||||
|
plugins: [],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user