Search found 2 matches

by sejtam
Sun Mar 01, 2015 11:20 pm
Forum: Open Source Nagios Projects
Topic: local storage for plugins
Replies: 3
Views: 2473

Re: local storage for plugins

Ok. I had played with the thought of using /var/spool or such...
/var/tmp is really for temp files, which are not intended to survive across
calls to the same program, so I consider that less of an option...
by sejtam
Fri Feb 27, 2015 10:42 pm
Forum: Open Source Nagios Projects
Topic: local storage for plugins
Replies: 3
Views: 2473

local storage for plugins

I want to develop a plugin which detects changes in (some) of a command's output.

For this of course the plugin needs to remember the previous (one or more) results.

Is there a convention where a plugin should store such info?