-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
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
Acknowledge PROBE/NOTIFICATION #1989
Comments
This comment was marked as spam.
This comment was marked as spam.
One of the reasons why your Issue has not got any comments is that it is quite unclear in what it proposes. Another is that the docs you linked are only avaliable in french. |
Hello This is a basic functionality of all monitoring tools which allows you to say that “the incident is taken care of” In monitoring tools such as nagios or others, this complements the downtime (DT) functionality. In practice this makes it possible to stop sending notifications and put away the incident, or for team work to indicate that the problem has been taken into account. It is important to add that if the incident disappears the "ACK" must disappear |
@CommanderStorm is good ? |
ACK in uptime KUMA GUI/Frontend
Backend:
|
Seems clearer to me now. If you'd like to implment such a feature, please have a look at our contribution guide |
I lacked clarity The ACK should be deleted automatically when the service is up |
If that is the case:
|
I just found this issue which is a duplicate #2397 If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage? |
I do not agree: The two features that you point out to me seem good but do not meet the request. Here is more detail Downtime / maintenance period: Downtime is a defined period during which a monitored element is not considered active or operational. It is often used when you know that your system or a specific element will be unavailable for a given reason, such as planned maintenance, updates, or repairs. During this period, alerts and notifications are typically not generated because the system recognizes that the unavailability is expected. Acknowledgment: Acknowledgment is a mechanism that allows a monitoring operator to acknowledge a specific alert or issue, usually through manual action. This means that the operator has seen the alert and is aware of its existence. Acknowledgment can be used to indicate that the support team is aware of the problem and is working on it. The alert continues to be active but is marked as having been seen and addressed. Acknowledgment does not necessarily mean that the problem is resolved, only that it is being addressed. In summary, downtime is used to schedule expected periods of unavailability, while acknowledgment is a manual action indicating the operator is aware of a specific alert. Both concepts contribute to improving alert management and responsiveness to issues in a monitoring system. I hope it's clear to you, I know it's difficult to explain but being in the operational (ops) field it's obvious to me |
So the first silences the alerts and the second silences the alerts? |
There is a functional difference that I tried to describe to you Exemple with centreon monitoring https://docs.centreon.com/cloud/alerts-notifications/acknowledge/ Downtime / maintenance https://docs.centreon.com/cloud/alerts-notifications/downtimes/ |
What is the functional different between auto-resolving, easily created maintenance periods and acknowledgement? In the comment you mentioned, you only go into the difference between scheduled maintenance periods and acknowledgement. |
After several rereadings during the day I came to the conclusion. Maintenance in the literal sense of the term is known, where the ACK is a taking into account of an unforeseen incident the difference is perhaps not technical but etymological because yes the ACK and maintenance share similarities (between auto-resolving , easily created) but the ACK is not a maintenance but a consideration of an unforeseen incident |
I think that the development of a TECHNICAL table is required
|
As I understand: from a technical perspective, it's the same as the auto-resolving and easily creating features. |
Hello What do you think @louislam ? |
@chakflying |
I think it's different enough that we can keep it separate. |
🏷️ Feature Request Type
API, New Notification, New Monitor, UI Feature, Other
🔖 Feature description
hello,
The notification functionality is changing a lot, especially with the possibility of repetition #1212
Would it be possible to add the 'ACK' functionality ?
This is a basic functionality of all monitoring tools which allows you to say that “the incident is taken care of”
In monitoring tools such as nagios or others, this complements the downtime (DT) functionality.
In practice this makes it possible to stop sending notifications and put away the incident, or for team work to indicate that the problem has been taken into account.
It is important to add that if the incident disappears the "ACK" must disappear
✔️ Solution
Exemple with centreon / nagios
https://docs.centreon.com/docs/alerts-notifications/acknowledge/
Another point of view --> https://www.site24x7.com/help/alarms.html#acknowledge-alarms
ACK in uptime KUMA
GUI/Frontend
Backend:
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: