You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to make "slaves" fetch new targets from the master? Like how Smokeping works with slaves so if we have 4 slaves, we don't have to update their targets manually.
The text was updated successfully, but these errors were encountered:
I really like that idea and didn't know Smokeping supported it. Happy to come up with something, could you describe a bit more how you would expect it to work?
The way Smokeping works is:
You can start it either has master or slave
You set a shared password for master and slave
You specify the master URL to the slaves and a name.
Slaves on startup will fetch master configs and targets and will start probing targets
Every x minute, slaves will POST data to master. If master is down. It will keep the data until it's back up.
Final result looks like
Is there any way to make "slaves" fetch new targets from the master? Like how Smokeping works with slaves so if we have 4 slaves, we don't have to update their targets manually.
The text was updated successfully, but these errors were encountered: