Puppet Agent Monitoring (#10827)

* puppet agent monitoring

* change position of last run graph

* device overview panel

* updating documentation

* mouseover for Overview Dashboard

* adding blank line for code climate
This commit is contained in:
SourceDoctor
2020-02-12 08:26:02 +01:00
committed by GitHub
parent 95820bf5d4
commit 53dc564ef5
11 changed files with 475 additions and 2 deletions

View File

@@ -250,6 +250,13 @@ $graphs['certificate'] = array(
'age',
'remaining_days',
);
$graphs['puppet-agent'] = array(
'last_run',
'changes',
'events',
'resources',
'time',
);
$graphs['mdadm'] = array(
'level',
'size',