diff --git a/local/bin/tg_callback b/local/bin/tg_callback index 1fe45f4..c1778ce 100644 --- a/local/bin/tg_callback +++ b/local/bin/tg_callback @@ -238,11 +238,12 @@ class TGcallback: "host": host, "view_name": "service", "_ack_comment": "Telegram callback from user " + username, - "_ack_expire_days": "0", + "_ack_expire_days": "1", "_ack_expire_hours": "0", "_ack_expire_minutes": "0", - "_ack_notify": "on", - "_ack_sticky": "on", + "_ack_notify": "off", + "_ack_sticky": "off", + "_ack_persistent": "on", "_acknowledge": "Acknowledge", "actions": "yes", "filled_in": "confim" @@ -252,11 +253,12 @@ class TGcallback: "host": host, "view_name": "hostproblems", "_ack_comment": "Telegram callback from user " + username, - "_ack_expire_days": "0", + "_ack_expire_days": "1", "_ack_expire_hours": "0", "_ack_expire_minutes": "0", - "_ack_notify": "on", - "_ack_sticky": "on", + "_ack_notify": "off", + "_ack_sticky": "off", + "_ack_persistent": "on", "_acknowledge": "Acknowledge", "actions": "yes", "filled_in": "confim" diff --git a/telegram-v2-2.mkp b/telegram-v2-2.mkp new file mode 100644 index 0000000..f032d6c Binary files /dev/null and b/telegram-v2-2.mkp differ