Hello
That´s what we got:
We got a script measuring lifetime of files in a folder.
The script runs "forever" in the background, returning lifetime of each file as soon as it gets deleted.
Works like a charm, but now we need that data in scom.
Scom can run a script on agents every x seconds/minutes (interval) and display the returned values.
But we want the script to be run ONLY ONE TIME (since it, once started, never stops) but still return the values of the property-bag every x Minutes.
How to?