We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Each time AppCop is making action it should push notification message, stating what app was action commenced on.
AppCop
We should use JSON format and send HTTP POST to specified endpoint where some message broker should intercept it (e.g Hermes).
Example message:
{ "timestamp": "1970-01-01T00:00:00+00:00", "appID": "com.example.testApp", "Action": "scaleDown" }
Notifications should be disabled by default via config.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Each time
AppCop
is making action it should push notification message, stating what app was action commenced on.We should use JSON format and send HTTP POST to specified endpoint where some message broker should intercept it (e.g Hermes).
Example message:
Notifications should be disabled by default via config.
The text was updated successfully, but these errors were encountered: