Im looking for a plugin that will check a file to make sure that its size IS increasing.
in other words, at 1:00pm I want to look at the file size, at 1:05pm i want to look at the file size and compare it to 1:00pm. if the size has increased that is good, if it has NOT increased, that is bad.
doubt it. that’s a pretty easy bash script. a nagios plugin is just a script that does stuff and returns a 0 (OK) or a 2 (critical). heres an untested script for you: