diff options
| author | Paul Buetow <paul@buetow.org> | 2015-01-02 14:02:50 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2015-01-02 14:02:50 +0100 |
| commit | f3d09d27dbe578a9686dd3c2711938d45ef53670 (patch) | |
| tree | 9d8330da3d799f00d5d6c7dd065e77a0bdf6fc06 /docs/mon.txt | |
| parent | e29685bb5ce76c609419dd760b225569437c9a81 (diff) | |
add README.pod
Diffstat (limited to 'docs/mon.txt')
| -rw-r--r-- | docs/mon.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/mon.txt b/docs/mon.txt index 0800619..34a2b27 100644 --- a/docs/mon.txt +++ b/docs/mon.txt @@ -1,5 +1,6 @@ NAME - mon - A Humble Monitoring API Tool + mon - A Humble Monitoring API Tool for + https://github.com/Crapworks/RESTlos SYNOPSIS m is a synonym of the mon command. You can use either command, but m is @@ -46,8 +47,8 @@ SYNOPSIS underscore (e.g. _WORKER). One exception is the 'edit' operation of mon, it always shows all the meta variables. - The meta switch makes mon to display also all meta vairables all - the time. + The meta switch makes mon to display also all meta vairables all the + time. --nocolor or -n By default mon prints out some text in colors. Use this switch to @@ -184,8 +185,8 @@ SYNOPSIS where host_name like testfe01b Notice: In double quotes you must escape the variable if you want to - use a mon variable. It is possible to use @ instead to avoid - cryptic escape sequences. + use a mon variable. It is possible to use @ instead to avoid cryptic + escape sequences. m update host set name = "$shell_expanded @host_name" where host_name like testfe01b @@ -259,15 +260,13 @@ JSON BACKUPS ZSH users can copy or include the following file to have shell auto completion: /usr/share/mon/contrib/zsh/_mon.zsh. You can add - /usr/share/mon/contrib/zsh to the FPATH variable and run compinit m - mon. + /usr/share/mon/contrib/zsh to the FPATH variable and run compinit m mon. There is nothing like that for the Bash atm. =head1 ZSH AUTO COMPLETION ZSH users can copy or include the following file to have shell auto completion: /usr/share/mon/contrib/zsh/_mon.zsh. You can add - /usr/share/mon/contrib/zsh to the FPATH variable and run compinit m - mon. + /usr/share/mon/contrib/zsh to the FPATH variable and run compinit m mon. There is nothing like that for the Bash atm. |
