Forum Discussion

EricTTEC's avatar
EricTTEC
Icon for Nimbostratus rankNimbostratus
Dec 10, 2019
Solved

Create/Repeat Alert When A Pool or Node is Down

I know that when there is a status change in a node or pool, an entry is made to the syslog. I have been asked if there is a way to repeat a message of a down condition periodically, say once every f...
  • jaikumar_f5's avatar
    jaikumar_f5
    Dec 11, 2019

    I think an external monitor would be the good solution for this. You have to write your script along with some logger, so that it constantly throws logs about the status. But it will flood your log file for x intervals.

     

    On good note, put the logging only for down state, for Up - do not put the logger.