1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +00:00

Category Tree: Reduce number of categories

slony -> db (postgresql)
qpid -> webserver (apache)
solr -> search (solr)
This commit is contained in:
dipohl 2017-02-22 20:59:43 +01:00
parent c3e309c6a5
commit 30685b4c66
13 changed files with 19 additions and 19 deletions

View file

@ -24,7 +24,7 @@ $property = $tabParams[4];
if('config' === $action)
{
echo 'graph_category SolR ' . $core . "\n";
echo 'graph_category search ' . $core . "\n";
echo 'graph_title ' . $item . ' ' . $property . "\n";
echo 'graph_vlabel ' . $property . "\n";
echo $core . $item . $property . 'solr.label ' . $property . "\n";