mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Application Puppet Agent RRD Runtime Graph fix (#11837)
This commit is contained in:
@@ -11,7 +11,7 @@ $rrd_list = array();
|
||||
$rrd_filename = rrd_name($device['hostname'], array('app', 'puppet-agent', $app['app_id'], 'time'));
|
||||
$array = array(
|
||||
'catalog_application',
|
||||
'config_restrieval',
|
||||
'config_retrieval',
|
||||
'convert_catalog',
|
||||
'fact_generation',
|
||||
'node_retrieval',
|
||||
|
||||
@@ -96,7 +96,7 @@ data_update($device, 'app', $tags, $fields);
|
||||
$rrd_name = array('app', $name, $app_id, 'time');
|
||||
$rrd_def = RrdDefinition::make()
|
||||
->addDataset('catalog_application', 'GAUGE', 0)
|
||||
->addDataset('config_restrieval', 'GAUGE', 0)
|
||||
->addDataset('config_retrieval', 'GAUGE', 0)
|
||||
->addDataset('convert_catalog', 'GAUGE', 0)
|
||||
->addDataset('fact_generation', 'GAUGE', 0)
|
||||
->addDataset('node_retrieval', 'GAUGE', 0)
|
||||
|
||||
Reference in New Issue
Block a user