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 a way to integrate my PHP, Ruby, NodeJS applications to moskito?
Maybe a public documented versioned protocol that could be implemented against.
The text was updated successfully, but these errors were encountered:
sorry for the late answer. Do you mean interface for inspect/core or control. So do you want to have moskito control pulling your stats and showing the state of your diagram, or do you want to push your data to inspect? In the later case what kind of data do you already gather?
MoSKito Control has a public interface, or, lets say it another way around, the moskito-control-http-agent exposes some json data, which can be mimicked, alternatively you can write your own connector/agent pair, of which the connector would run in control and be written in java.
Can you maybe elaborate a bit on what you want to achieve? Maybe we can find a better solution then.
My basic idea was to use moskito-controll to monitor my PHP Applications or such.
As far as i can see there is a "control-agent" needed, like this one: https://github.com/anotheria/moskito-control-agent
What i was asking for, was a specification/documentation for the used protocol between these two. Such a documentation would be needed for more agents in even other languages to be working against.
Is there a way to integrate my PHP, Ruby, NodeJS applications to moskito?
Maybe a public documented versioned protocol that could be implemented against.
The text was updated successfully, but these errors were encountered: