class Klaxon::Notifications
- Klaxon::Notifications
- Reference
- Object
Included Modules
Defined in:
notifications/notifications.crConstant Summary
-
FAILURE_THRESHOLD =
3_u8
-
MAX_CHECK_HISTORY =
10
-
NOTIFICATION_FREQUENCY =
30.minutes
Class Method Summary
- .check_statuses
- .checks
- .process_notifications : Nil
- .register(check : Klaxon::Checks::List::Item) : Nil
- .update_check_status(check_name : String, status : Bool, value : String) : Nil
Class Method Detail
def self.update_check_status(check_name : String, status : Bool, value : String) : Nil
#