marathon-appcop icon indicating copy to clipboard operation
marathon-appcop copied to clipboard

Marathon applications law enforcement

Results 4 marathon-appcop issues
Sort by recently updated
recently updated
newest added

I was looking at the possibility to have the reverse functionality of APP_IMMUNITY. Say app cop will only check apps that have a certain flag set. Instead of setting APP_IMMUNITY...

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...

At this point AppCop is using `ogier/pflag` for parsing command line flags and it is considered abandoned. We should consider using other solution. Cobra / Viper has big community and...

Right now intervals are provided as integer nanoseconds. We need to allow user to specify it as formated string in order to make configuration more readable and less error prone....