Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chore ¶
Chore sends emails to offline nodes.
type Config ¶
type Config struct { Interval time.Duration `help:"how often to check for offline nodes and send them emails" default:"1h"` Cooldown time.Duration `help:"how long to wait between sending Node Offline emails" default:"24h"` MaxEmails int `help:"max number of offline emails to send a node operator until the node comes back online" default:"3"` Limit int `` /* 153-byte string literal not displayed */ }
Config contains configurable values for offline nodes chore.
Click to show internal directories.
Click to hide internal directories.