1PACEMAKER(8)            System Administration Utilities           PACEMAKER(8)
2
3
4

NAME

6       Pacemaker - Part of the Pacemaker cluster resource manager
7

SYNOPSIS

9       crm_mon mode [options]
10

DESCRIPTION

12       crm_mon - Provides a summary of cluster's current state.
13
14       Outputs varying levels of detail in a number of different formats.
15

OPTIONS

17       -?, --help
18              This text
19
20       -$, --version
21              Version information
22
23       -V, --verbose
24              Increase debug output
25
26       -Q, --quiet
27              Display only essential output
28
29   Modes:
30       -h, --as-html=value
31              Write cluster status to the named file
32
33       -w, --web-cgi
34              Web mode with output suitable for cgi
35
36       -s, --simple-status
37              Display  the  cluster  status  once  as a simple one line output
38              (suitable for nagios)
39
40   Display Options:
41       -n, --group-by-node
42              Group resources by node
43
44       -r, --inactive
45              Display inactive resources
46
47       -f, --failcounts
48              Display resource fail counts
49
50       -o, --operations
51              Display resource operation history
52
53       -t, --timing-details
54              Display resource operation history with timing details
55
56       -A, --show-node-attributes
57              Display node attributes
58
59   Additional Options:
60       -i, --interval=value
61              Update frequency in seconds
62
63       -1, --one-shot
64              Display the cluster status once on the console and exit
65
66       -N, --disable-ncurses
67              Disable the use of ncurses
68
69       -d, --daemonize
70              Run in the background as a daemon
71
72       -p, --pid-file=value
73              (Advanced) Daemon pid file location
74
75       -E, --external-agent=value
76              A program to run when resource operations take place.
77
78       -e, --external-recipient=value A recipient for your  program  (assuming
79              you want the program to send something to someone).
80

EXAMPLES

82       Display the cluster´s status on the console with updates as they occur:
83
84              # crm_mon
85
86       Display the cluster´s status on the console just once then exit:
87
88              # crm_mon -1
89
90       Display  your  cluster´s  status,  group resources by node, and include
91       inactive resources in the list:
92
93              # crm_mon --group-by-node --inactive
94
95       Start crm_mon as a background daemon and have it  write  the  cluster´s
96       status to an HTML file:
97
98              # crm_mon --daemonize --as-html /path/to/docroot/filename.html
99

AUTHOR

101       Written by Andrew Beekhof
102

REPORTING BUGS

104       Report bugs to pacemaker@oss.clusterlabs.org
105
106
107
108Pacemaker 1.1.6-1.fc14          September 2011                    PACEMAKER(8)
Impressum