performance data size
Posted: Thu Mar 15, 2018 10:45 am
Is there a way to increase the size of performance data that can be returned via nrpe?
I've got a dhcp monitor that returns scope data.
It runs as expected and returns all of the scopes.
When I query it via nrpe (it has to be run via nrpe) the performance data appears to get truncated so I'm only getting some of the scopes.
From the gui if I go into the service status detail -> advanced -> performance data I can see it just ends in the middle of a 'pool'=$used;$warn;$crit;$min;$max string
I experimented with changing to 'pool'=$used;;;;$max and that increases the pools shown in advanced->performance data but not nearly enough to see all the scopes.
Ideally I'd like something that generates a page full of gauge widgets.
One for each scope using $used;$warn;$crit;;$max so there's a quick visual representation of all of them in one place.
I've got a dhcp monitor that returns scope data.
It runs as expected and returns all of the scopes.
When I query it via nrpe (it has to be run via nrpe) the performance data appears to get truncated so I'm only getting some of the scopes.
From the gui if I go into the service status detail -> advanced -> performance data I can see it just ends in the middle of a 'pool'=$used;$warn;$crit;$min;$max string
I experimented with changing to 'pool'=$used;;;;$max and that increases the pools shown in advanced->performance data but not nearly enough to see all the scopes.
Ideally I'd like something that generates a page full of gauge widgets.
One for each scope using $used;$warn;$crit;;$max so there's a quick visual representation of all of them in one place.