0

I am currently in a process of setting up monitoring with Shinken. For some of the checks, I am using webservice module to receive incoming status updates.

However, what happens when the last update is OK and then the device/link fails in a way that prevents further updates?

My question is - is there any way to automatically set warning states when update has not been received for set time, say 60s?

Keith
  • 4,627
  • 14
  • 25
petr
  • 185
  • 1
  • 7

1 Answers1

1

What you describe is (in Nagios, anyway) called "freshness checking".

Perhaps Shinken also has this.

Keith
  • 4,627
  • 14
  • 25
  • Thank you, that sounds like it! Will have a look if Shinken supports it. – petr Oct 05 '16 at 13:48
  • Looks like it does - http://dooblem-shinken-doc.readthedocs.io/en/latest/07_advanced/freshness.html – petr Oct 05 '16 at 14:13