Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SysenvMessageEvent ¶
Types ¶
type Notifier ¶
type Notifier struct { RemindDuration time.Duration // 提醒周期,在此时间段内,将不会触发提醒 // contains filtered or unexported fields }
Notifier 监控通知器
func NewNotifier ¶
func (*Notifier) SetCallbacks ¶
SetCallbacks 设置通知器的触发回调函数,在里面实现告警、提醒、修复的消息触发
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (*State) FromLastRemindedAt ¶
FromLastRemindedAt 获取上次提醒到现在的时间间隔
Click to show internal directories.
Click to hide internal directories.