Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
I would like to modify the order by which tests are executed.
I have a script to monitor the temperature of the computer, unfortunately it is executed after all others script, so measured CPU temperature is higher than expected.
How can I execute the temperature script before all others scripts?
There is no chance to force sequence of execution explicitely. Poller takes host by host, but within the host, AFAIK the generating sequence of scripts defines the execution sequence.
Reinhard
I've made a standalone script which store its results in a file on the disk. It's always executed one minute before cacti which gets results reading this file.
can i modify order of host?
does this order alphabet?
The hosts are executed in sequence of index numbers. If using the cactid poller with >1 processes, the numbers a split between each poller process. So there's virtually no control over the polling sequence
Reinhard