dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone

Blame doc/Clusters_from_Scratch/zh-CN/Ch-Tools.po

rpm-build 3ee90c
#
rpm-build 3ee90c
# AUTHOR <EMAIL@ADDRESS>, YEAR.
rpm-build 3ee90c
#
rpm-build 3ee90c
msgid ""
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
"Project-Id-Version: 0\n"
rpm-build 3ee90c
"POT-Creation-Date: 2012-10-17T05:19:03\n"
rpm-build 3ee90c
"PO-Revision-Date: 2010-12-15 23:43+0800\n"
rpm-build 3ee90c
"Last-Translator: Charlie Chen <laneovcc@gmail.com>\n"
rpm-build 3ee90c
"Language-Team: None\n"
rpm-build 3ee90c
"Language: \n"
rpm-build 3ee90c
"MIME-Version: 1.0\n"
rpm-build 3ee90c
"Content-Type: text/plain; charset=UTF-8\n"
rpm-build 3ee90c
"Content-Transfer-Encoding: 8bit\n"
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: title
rpm-build 3ee90c
#, fuzzy, no-c-format
rpm-build 3ee90c
msgid "Pacemaker Tools"
rpm-build 3ee90c
msgstr "使用Pacemaker工具"
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: title
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "Using Pacemaker Tools"
rpm-build 3ee90c
msgstr "使用Pacemaker工具"
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "In the dark past, configuring Pacemaker required the administrator to read and write XML. In true UNIX style, there were also a number of different commands that specialized in different aspects of querying and updating the cluster."
rpm-build 3ee90c
msgstr "在万恶的旧社会,配置Pacemaker需要管理员具备读写XML的能力。 根据UNIX精神,也有许多不同的查询和配置集群的命令。"
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "All of that has been greatly simplified with the creation of unified command-line shells (and GUIs) that hide all the messy XML scaffolding."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "These shells take all the individual aspects required for managing and configuring a cluster, and packs them into one simple to use command line tool."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "They even allow you to queue up several changes at once and commit them atomically."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "There are currently two command-line shells that people use, <literal>pcs</literal> and <literal>crmsh</literal>. This edition of Clusters from Scratch is based on <literal>pcs</literal>. Start by taking some time to familiarize yourself with what it can do."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "The two shells share many concepts but the scope, layout and syntax does differ, so make sure you read the version of this guide that corresponds to the software installed on your system."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "Since <literal>pcs</literal> has the ability to manage all aspects of the cluster (both corosync and pacemaker), it requires a specific cluster stack to be in use, (corosync 2.0 with votequorum + Pacemaker version >= 1.8)."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: programlisting
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "# pcs"
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: literallayout
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid ""
rpm-build 3ee90c
"Control and configure pacemaker and corosync.\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"Options:\n"
rpm-build 3ee90c
"    -h          Display usage and exit\n"
rpm-build 3ee90c
"    -f file     Perform actions on file instead of active CIB\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"Commands:\n"
rpm-build 3ee90c
"    resource    Manage cluster resources\n"
rpm-build 3ee90c
"    cluster     Configure cluster options and nodes\n"
rpm-build 3ee90c
"    stonith     Configure fence devices\n"
rpm-build 3ee90c
"    property    Set pacemaker properties\n"
rpm-build 3ee90c
"    constraint  Set resource constraints\n"
rpm-build 3ee90c
"    status      View cluster status"
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "As you can see, the different aspects of cluster management are broken up into categories: resource, cluster, stonith, property, constraint, and status. To discover the functionality available in each of these categories, one can issue the command <emphasis>pcs <category> help</emphasis>. Below is an example of all the options available under the status category."
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: programlisting
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "# pcs status help"
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: literallayout
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid ""
rpm-build 3ee90c
"Usage: pcs status [commands]...\n"
rpm-build 3ee90c
"View current cluster and resource status\n"
rpm-build 3ee90c
"Commands:\n"
rpm-build 3ee90c
"    status\n"
rpm-build 3ee90c
"        View all information about the cluster and resources\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status resources\n"
rpm-build 3ee90c
"        View current status of cluster resources\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status groups\n"
rpm-build 3ee90c
"        View currently configured groups and their resources\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status cluster\n"
rpm-build 3ee90c
"        View current cluster status\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status corosync\n"
rpm-build 3ee90c
"        View current corosync status\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status nodes [corosync]\n"
rpm-build 3ee90c
"        View current status of nodes from pacemaker, or if corosync is\n"
rpm-build 3ee90c
"        specified, print nodes currently configured in corosync\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status actions\n"
rpm-build 3ee90c
"        View failed actions\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status pcsd <node> ...\n"
rpm-build 3ee90c
"        Show the current status of pcsd on the specified nodes\n"
rpm-build 3ee90c
"\n"
rpm-build 3ee90c
"    status xml\n"
rpm-build 3ee90c
"        View xml version of status (output from crm_mon -r -1 -X)"
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, fuzzy, no-c-format
rpm-build 3ee90c
msgid "Additionally, if you are interested in the Pacemaker version and supported cluster stack(s) available with your current Pacemaker installation, the pacemakerd --features option is available to you."
rpm-build 3ee90c
msgstr "此外,Pacemaker的版本和支持的stack(本文中是corosync)可以通过 --version选项看到"
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: programlisting
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "# pacemakerd --features"
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: screen
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid ""
rpm-build 3ee90c
"Pacemaker 1.1.8 (Build: 434edfa)\n"
rpm-build 3ee90c
" Supporting:  generated-manpages agent-manpages ascii-docs publican-docs ncurses gcov libqb-logging libqb-ipc lha-fencing upstart systemd  heartbeat corosync-native snmp"
rpm-build 3ee90c
msgstr ""
rpm-build 3ee90c
rpm-build 3ee90c
#. Tag: para
rpm-build 3ee90c
#, no-c-format
rpm-build 3ee90c
msgid "If the SNMP and/or email options are not listed, then Pacemaker was not built to support them. This may be by the choice of your distribution or the required libraries may not have been available. Please contact whoever supplied you with the packages for more details."
rpm-build 3ee90c
msgstr "如果SNMP或者email选项没有出现在选项中,说明pacemaker编译的时候没有打开对他们的支持,你需要联系提供这个发行版本的人,或者自己编译。"
rpm-build 3ee90c
rpm-build 3ee90c
#~ msgid "Since Pacemaker 1.0, this has all changed and we have an integrated, scriptable, cluster shell that hides all the messy XML scaffolding. It even allows you to queue up several changes at once and commit them atomically."
rpm-build 3ee90c
#~ msgstr "自从Pacemaker 1.0,这一切都改变了,我们有了一个集成的脚本化的集群控制shell,它把麻烦的XML配置隐藏了起来。它甚至允许你一次做出许多修改并自动提交(并检测是否合法)。"
rpm-build 3ee90c
rpm-build 3ee90c
#~ msgid "Take some time to familiarize yourself with what it can do."
rpm-build 3ee90c
#~ msgstr "让我们花点时间熟悉一下它能做什么。"
rpm-build 3ee90c
rpm-build 3ee90c
#~ msgid ""
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "[root@pcmk-1 ~]# <userinput>crm --help</userinput>\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "usage:\n"
rpm-build 3ee90c
#~ "    crm [-D display_type]\n"
rpm-build 3ee90c
#~ "    crm [-D display_type] args\n"
rpm-build 3ee90c
#~ "    crm [-D display_type] [-f file]\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "    Use crm without arguments for an interactive session.\n"
rpm-build 3ee90c
#~ "    Supply one or more arguments for a \"single-shot\" use.\n"
rpm-build 3ee90c
#~ "    Specify with -f a file which contains a script. Use '-' for\n"
rpm-build 3ee90c
#~ "    standard input or use pipe/redirection.\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "    crm displays cli format configurations using a color scheme\n"
rpm-build 3ee90c
#~ "    and/or in uppercase. Pick one of \"color\" or \"uppercase\", or\n"
rpm-build 3ee90c
#~ "    use \"-D color,uppercase\" if you want colorful uppercase.\n"
rpm-build 3ee90c
#~ "    Get plain output by \"-D plain\". The default may be set in\n"
rpm-build 3ee90c
#~ "    user preferences (options).\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Examples:\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "    # crm -f stopapp2.cli\n"
rpm-build 3ee90c
#~ "    # crm < stopapp2.cli\n"
rpm-build 3ee90c
#~ "    # crm resource stop global_www\n"
rpm-build 3ee90c
#~ "    # crm status\n"
rpm-build 3ee90c
#~ msgstr ""
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "[root@pcmk-1 ~]# <userinput>crm --help</userinput>\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "usage:\n"
rpm-build 3ee90c
#~ "    crm [-D display_type]\n"
rpm-build 3ee90c
#~ "    crm [-D display_type] args\n"
rpm-build 3ee90c
#~ "    crm [-D display_type] [-f file]\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "    Use crm without arguments for an interactive session.\n"
rpm-build 3ee90c
#~ "    Supply one or more arguments for a \"single-shot\" use.\n"
rpm-build 3ee90c
#~ "    Specify with -f a file which contains a script. Use '-' for\n"
rpm-build 3ee90c
#~ "    standard input or use pipe/redirection.\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "    crm displays cli format configurations using a color scheme\n"
rpm-build 3ee90c
#~ "    and/or in uppercase. Pick one of \"color\" or \"uppercase\", or\n"
rpm-build 3ee90c
#~ "    use \"-D color,uppercase\" if you want colorful uppercase.\n"
rpm-build 3ee90c
#~ "    Get plain output by \"-D plain\". The default may be set in\n"
rpm-build 3ee90c
#~ "    user preferences (options).\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Examples:\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "    # crm -f stopapp2.cli\n"
rpm-build 3ee90c
#~ "    # crm < stopapp2.cli\n"
rpm-build 3ee90c
#~ "    # crm resource stop global_www\n"
rpm-build 3ee90c
#~ "    # crm status\n"
rpm-build 3ee90c
rpm-build 3ee90c
#~ msgid "The primary tool for monitoring the status of the cluster is crm_mon (also available as crm status). It can be run in a variety of modes and has a number of output options. To find out about any of the tools that come with Pacemaker, simply invoke them with the <command>--help</command> option or consult the included man pages. Both sets of output are created from the tool, and so will always be in sync with each other and the tool itself."
rpm-build 3ee90c
#~ msgstr "监控集群状态的主要命令是 crm_mon(跟crm status是一样的效果)。它可以运行在很多模式下并且有许多输出选项。如果要查看Pacemaker相应的工具,可以通过--help或者man pages来查看。这些输出都是靠命令来生成的,所以它总是会在各个节点和工具之间同步。"
rpm-build 3ee90c
rpm-build 3ee90c
#~ msgid ""
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "[root@pcmk-1 ~]# <userinput>crm_mon --version</userinput>\n"
rpm-build 3ee90c
#~ "crm_mon 1.0.5 for OpenAIS and Heartbeat (Build: 462f1569a43740667daf7b0f6b521742e9eb8fa7)\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Written by Andrew Beekhof\n"
rpm-build 3ee90c
#~ "[root@pcmk-1 ~]# <userinput>crm_mon --help</userinput>\n"
rpm-build 3ee90c
#~ "crm_mon - Provides a summary of cluster's current state.\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Outputs varying levels of detail in a number of different formats.\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Usage: crm_mon mode [options]\n"
rpm-build 3ee90c
#~ "Options:\n"
rpm-build 3ee90c
#~ " -?, --help                 This text\n"
rpm-build 3ee90c
#~ " -$, --version              Version information\n"
rpm-build 3ee90c
#~ " -V, --verbose              Increase debug output\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Modes:\n"
rpm-build 3ee90c
#~ " -h, --as-html=value        Write cluster status to the named file\n"
rpm-build 3ee90c
#~ " -w, --web-cgi              Web mode with output suitable for cgi\n"
rpm-build 3ee90c
#~ " -s, --simple-status        Display the cluster status once as a simple one line output (suitable for nagios)\n"
rpm-build 3ee90c
#~ " -S, --snmp-traps=value     Send SNMP traps to this station\n"
rpm-build 3ee90c
#~ " -T, --mail-to=value        Send Mail alerts to this user.  See also --mail-from, --mail-host, --mail-prefix\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display Options:\n"
rpm-build 3ee90c
#~ " -n, --group-by-node        Group resources by node\n"
rpm-build 3ee90c
#~ " -r, --inactive             Display inactive resources\n"
rpm-build 3ee90c
#~ " -f, --failcounts           Display resource fail counts\n"
rpm-build 3ee90c
#~ " -o, --operations           Display resource operation history\n"
rpm-build 3ee90c
#~ " -t, --timing-details       Display resource operation history with timing details\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Additional Options:\n"
rpm-build 3ee90c
#~ " -i, --interval=value           Update frequency in seconds\n"
rpm-build 3ee90c
#~ " -1, --one-shot                 Display the cluster status once on the console and exit\n"
rpm-build 3ee90c
#~ " -N, --disable-ncurses          Disable the use of ncurses\n"
rpm-build 3ee90c
#~ " -d, --daemonize                Run in the background as a daemon\n"
rpm-build 3ee90c
#~ " -p, --pid-file=value           (Advanced) Daemon pid file location\n"
rpm-build 3ee90c
#~ " -F, --mail-from=value          Mail alerts should come from the named user\n"
rpm-build 3ee90c
#~ " -H, --mail-host=value          Mail alerts should be sent via the named host\n"
rpm-build 3ee90c
#~ " -P, --mail-prefix=value        Subjects for mail alerts should start with this string\n"
rpm-build 3ee90c
#~ " -E, --external-agent=value     A program to run when resource operations take place.\n"
rpm-build 3ee90c
#~ " -e, --external-recipient=value A recipient for your program (assuming you want the program to send something to someone).\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Examples:\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display the cluster´s status on the console with updates as they occur:\n"
rpm-build 3ee90c
#~ "        # crm_mon\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display the cluster´s status on the console just once then exit:\n"
rpm-build 3ee90c
#~ "        # crm_mon\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display your cluster´s status, group resources by node, and include inactive resources in the list:\n"
rpm-build 3ee90c
#~ "        # crm_mon --group-by-node --inactive\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Start crm_mon as a background daemon and have it write the cluster´s status to an HTML file:\n"
rpm-build 3ee90c
#~ "        # crm_mon --daemonize --as-html /path/to/docroot/filename.html\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Start crm_mon as a background daemon and have it send email alerts:\n"
rpm-build 3ee90c
#~ "        # crm_mon --daemonize --mail-to user@example.com --mail-host mail.example.com\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Start crm_mon as a background daemon and have it send SNMP alerts:\n"
rpm-build 3ee90c
#~ "        # crm_mon --daemonize --snmp-traps snmptrapd.example.com\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Report bugs to pacemaker@oss.clusterlabs.org\n"
rpm-build 3ee90c
#~ msgstr ""
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "[root@pcmk-1 ~]# <userinput>crm_mon --version</userinput>\n"
rpm-build 3ee90c
#~ "crm_mon 1.0.5 for OpenAIS and Heartbeat (Build: 462f1569a43740667daf7b0f6b521742e9eb8fa7)\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Written by Andrew Beekhof\n"
rpm-build 3ee90c
#~ "[root@pcmk-1 ~]# <userinput>crm_mon --help</userinput>\n"
rpm-build 3ee90c
#~ "crm_mon - Provides a summary of cluster's current state.\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Outputs varying levels of detail in a number of different formats.\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Usage: crm_mon mode [options]\n"
rpm-build 3ee90c
#~ "Options:\n"
rpm-build 3ee90c
#~ " -?, --help                 This text\n"
rpm-build 3ee90c
#~ " -$, --version              Version information\n"
rpm-build 3ee90c
#~ " -V, --verbose              Increase debug output\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Modes:\n"
rpm-build 3ee90c
#~ " -h, --as-html=value        Write cluster status to the named file\n"
rpm-build 3ee90c
#~ " -w, --web-cgi              Web mode with output suitable for cgi\n"
rpm-build 3ee90c
#~ " -s, --simple-status        Display the cluster status once as a simple one line output (suitable for nagios)\n"
rpm-build 3ee90c
#~ " -S, --snmp-traps=value     Send SNMP traps to this station\n"
rpm-build 3ee90c
#~ " -T, --mail-to=value        Send Mail alerts to this user.  See also --mail-from, --mail-host, --mail-prefix\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display Options:\n"
rpm-build 3ee90c
#~ " -n, --group-by-node        Group resources by node\n"
rpm-build 3ee90c
#~ " -r, --inactive             Display inactive resources\n"
rpm-build 3ee90c
#~ " -f, --failcounts           Display resource fail counts\n"
rpm-build 3ee90c
#~ " -o, --operations           Display resource operation history\n"
rpm-build 3ee90c
#~ " -t, --timing-details       Display resource operation history with timing details\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Additional Options:\n"
rpm-build 3ee90c
#~ " -i, --interval=value           Update frequency in seconds\n"
rpm-build 3ee90c
#~ " -1, --one-shot                 Display the cluster status once on the console and exit\n"
rpm-build 3ee90c
#~ " -N, --disable-ncurses          Disable the use of ncurses\n"
rpm-build 3ee90c
#~ " -d, --daemonize                Run in the background as a daemon\n"
rpm-build 3ee90c
#~ " -p, --pid-file=value           (Advanced) Daemon pid file location\n"
rpm-build 3ee90c
#~ " -F, --mail-from=value          Mail alerts should come from the named user\n"
rpm-build 3ee90c
#~ " -H, --mail-host=value          Mail alerts should be sent via the named host\n"
rpm-build 3ee90c
#~ " -P, --mail-prefix=value        Subjects for mail alerts should start with this string\n"
rpm-build 3ee90c
#~ " -E, --external-agent=value     A program to run when resource operations take place.\n"
rpm-build 3ee90c
#~ " -e, --external-recipient=value A recipient for your program (assuming you want the program to send something to someone).\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Examples:\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display the cluster´s status on the console with updates as they occur:\n"
rpm-build 3ee90c
#~ "        # crm_mon\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display the cluster´s status on the console just once then exit:\n"
rpm-build 3ee90c
#~ "        # crm_mon\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Display your cluster´s status, group resources by node, and include inactive resources in the list:\n"
rpm-build 3ee90c
#~ "        # crm_mon --group-by-node --inactive\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Start crm_mon as a background daemon and have it write the cluster´s status to an HTML file:\n"
rpm-build 3ee90c
#~ "        # crm_mon --daemonize --as-html /path/to/docroot/filename.html\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Start crm_mon as a background daemon and have it send email alerts:\n"
rpm-build 3ee90c
#~ "        # crm_mon --daemonize --mail-to user@example.com --mail-host mail.example.com\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Start crm_mon as a background daemon and have it send SNMP alerts:\n"
rpm-build 3ee90c
#~ "        # crm_mon --daemonize --snmp-traps snmptrapd.example.com\n"
rpm-build 3ee90c
#~ "\n"
rpm-build 3ee90c
#~ "Report bugs to pacemaker@oss.clusterlabs.org\n"