aboutsummaryrefslogtreecommitdiff
path: root/mauve.proto
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 10:18:57 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-29 10:18:57 +0000
commitb5d3d793deedd60ebd5dda9056d012ae3a9411a8 (patch)
tree7863c34f6dda4de768cb718d8cb31ec25f53f5a7 /mauve.proto
parent63ebee3b7ce56b49f6c545a4bc095c2f7499b7b8 (diff)
Added alert suppression to the server code + protobuf.
Diffstat (limited to 'mauve.proto')
-rw-r--r--mauve.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/mauve.proto b/mauve.proto
index 7bd25e4..cf030dd 100644
--- a/mauve.proto
+++ b/mauve.proto
@@ -44,6 +44,9 @@ message Alert {
//
optional uint32 importance = 7;
+ // Suppress any notifications about this alert until this UNIX time.
+ //
+ optional uint64 suppress_until = 8;
}
// The AlertUpdate is the unit of communication from an alerting source;