CUSSH(1) | Collectd UNIX Socket Shell | CUSSH(1) |
NAME¶
cussh - collectd UNIX socket shell
SYNOPSIS¶
cussh [<path>]
DESCRIPTION¶
collectd's unixsock plugin allows external programs to access the values it has collected or received and to submit own values. This is a little interactive frontend for this plugin.
OPTIONS¶
- <path>
- The path to the UNIX socket provided by collectd's unixsock plugin. (Default: /var/run/collectd-unixsock)
COMMANDS¶
- HELP
- PUTVAL Identifier Valuelist
- GETVAL Identifier
- GETTHRESHOLD Identifier
- FLUSH [timeout=$timeout] [plugin=$plugin[ ...]]
- LISTVAL
- PUTNOTIF [[severity=$severity] [message=$message] [ ...]]
These commands follow the exact same syntax as described in collectd-unixsock(5).
SEE ALSO¶
collectd(1), collectd-unisock(5)
AUTHOR¶
Written by Sebastian Harl <sh@tokkee.org>.
collectd has been written by Florian Forster and others.
COPYRIGHT¶
Copyright (C) 2007 Sebastian Harl.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; only version 2 of the License is applicable.
2024-12-18 | perl v5.40.0 |