Reputation: 181280
I need to monitor remote software I have running in several POS (point of sale) stations.
The scenario:
What I need:
What I've thought of (but I think is quite old school):
====
What are your thoughts and experiences about this kind of software issues?
Upvotes: 0
Views: 125
Reputation: 13374
At my place of work, we have effectively used telegraf and the TICK stack in general for this sort of PUSH based metrics/monitoring.
Whether you use telegraf or not, the key here would be to have regular PING like messages coming from each remote node. You can look for the absence of two consecutive messages from any particular node as evidence of a problem.
Depending on how important this monitoring is, you may want to consider redundant receivers of metrics on two different cloud vendors for redundancy.
Upvotes: 1