On Wed, Apr 8, 2009 at 08:52, Michael Schwartzkopff <[email protected]> wrote:
> Hi,
>
> if I am calling crm_mon with the option -? it gives me the help page. There
> are the possible options "xtNTFHP" listed, but I did not find any 
> documentation
> about these options. Any help here? Where can I find the missing doc?

Quick paste from the crm_mon source code:
        {"verbose",        0, 0, 'V'},
        {"version",        0, 0, 'v'},
        {"help",           0, 0, '?'},
        {"interval",       1, 0, 'i'},
        {"group-by-node",  0, 0, 'n'},
        {"inactive",       0, 0, 'r'},
        {"failcounts",     0, 0, 'f'},          
        {"operations",     0, 0, 'o'},          
        {"timing-details", 0, 0, 't'},          
        {"as-html",        1, 0, 'h'},          
        {"web-cgi",        0, 0, 'w'},
        {"simple-status",  0, 0, 's'},
        {"snmp-traps",     0, 0, 'S'},

        {"mail-to",        1, 0, 'T'},
        {"mail-from",      1, 0, 'F'},
        {"mail-host",      1, 0, 'H'},
        {"mail-prefix",    1, 0, 'P'},

        {"one-shot",       0, 0, '1'},          
        {"daemonize",      0, 0, 'd'},          
        {"disable-ncurses",0, 0, 'N'},          
        {"pid-file",       0, 0, 'p'},          
        {"xml-file",       1, 0, 'x'},

eventually the help text needs to be updated

>
> Thanks,
>
> --
> Dr. Michael Schwartzkopff
> MultiNET Services GmbH
> Addresse: Bretonischer Ring 7; 85630 Grasbrunn; Germany
> Tel: +49 - 89 - 45 69 11 0
> Fax: +49 - 89 - 45 69 11 21
> mob: +49 - 174 - 343 28 75
>
> mail: [email protected]
> web: www.multinet.de
>
> Sitz der Gesellschaft: 85630 Grasbrunn
> Registergericht: Amtsgericht München HRB 114375
> Geschäftsführer: Günter Jurgeneit, Hubert Martens
>
> ---
>
> PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B
> Skype: misch42
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to