i'm getting questions why Nagios is not showing a trend for certain services, eg disk usage. I read some posts this is possible with pnp4nagios. Is this something that's on the roadmap for Highcharts too? As trend lines are showing in competing monitoring products, I get some pressure to get this implemented.....
Ideally a trend line should be visible on the generated Highcharts. If we would then also be able to alert when a trend passes a certain threshold, it would be perfect.
Any thoughts or advice around this topic is welcome. For now the only option I see is to create a wrapper script around the command to monitor disk usage and calculate the trend myself somehow from the rrd's.
Code: Select all
$USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c CheckDriveSize -a Drive=$ARG1$ ShowAll=long MaxWarn=$ARG2$ MaxCrit=$ARG3$Grtz
Willem