mirror of
https://github.com/openappsec/openappsec.git
synced 2025-07-16 07:24:46 +03:00
* fix IPv6 masking * Prometheus support (#316) * Add prometheus support * Add prometheus support * Add prometheus support * Add prometheus support * Add prometheus support --------- Co-authored-by: avigailo <avigailo@checkpoint.com> * Fix Watchdog restarts (#319) * don't exit * fix restarting agent * fix watchdog restarts * Waf tag (#317) * add waf-tag to openappsec * fix waf tag to openappsec --------- Co-authored-by: wiaamm <wiaamm@checkpoint.com> --------- Co-authored-by: Wills Ward <wward@warddevelopment.com> Co-authored-by: orianelou <126462046+orianelou@users.noreply.github.com> Co-authored-by: avigailo <avigailo@checkpoint.com> Co-authored-by: wiaam96 <142393189+wiaam96@users.noreply.github.com> Co-authored-by: wiaamm <wiaamm@checkpoint.com>
22 lines
406 B
JSON
Executable File
22 lines
406 B
JSON
Executable File
{
|
|
"connection": {
|
|
"Nano service API Port Primary": [
|
|
{
|
|
"value": 7465
|
|
}
|
|
],
|
|
"Nano service API Port Alternative": [
|
|
{
|
|
"value": 7466
|
|
}
|
|
]
|
|
},
|
|
"message": {
|
|
"Connection timeout": [
|
|
{
|
|
"value": 10000000
|
|
}
|
|
]
|
|
}
|
|
}
|