-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy paths9s-alarm.1
41 lines (34 loc) · 1.01 KB
/
s9s-alarm.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.TH S9S-TREE 1 "October 2, 2019"
.SH NAME
s9s-alarm \- Command line client for the Severalnines Clustercontrol server.
.SH SYNOPSIS
.B s9s-tree
.RI [OPTION]...
.RI [PATH]...
.SH DESCRIPTION
\fBs9s\fP is a command line tool for ClusterControl, which can be used to
deploy and operate MySQL, MariaDB, MongoDB and PostgreSQL.
.SH OPTIONS
.SS "Main Option"
The application should always be started using a main option that sets what
operation should be performed. This "main option" should be one of the
following:
.TP
.B --delete
Sets the alarm to be ignored. This will not in fact delete the alarm, but it
will make the alarm to disappear from the active alarms list, hence the name
of the option.
.TP
.B --list
Lists the active alarms.
.TP
.B --stat
Prints a simple list about the number of alarms.
.B EXAMPLE
.nf
s9s alarm --stat
1,0,0
.fi
The list will contain three number for every line. The first is the cluster ID,
the second is the number of critical alarms and the third is the warning level
alarms for the given cluster.