Den 2014-04-03 0:57, Roland Soderstrom skrev:
I'm running Xymon 4.3.10
I got an ext script that just displays my Solaris Cluster status.
It is just an information only test and will always stay green.
At any moment we can just look at cluster status in this test. (we have other test for failures)
But as there is no change in color the different statuses are not logged.
Is there a way of saving all the statuses that comes through regardless of no color change?
Not directly. Xymon is designed to track status changes, not log all of the data that comes in.
The solution I can think of would be to run xymond_capture and dump the output to a file. If you run
xymond_channel --channel=status xymond_capture --hosts="^myhost$" --tests="^clusterstatus$" >/var/log/clusterstatus.log
then it should save that for you.
Regards, Henrik