X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fcussh.pl;h=f95d54d2010eac76bd1e0a134d17b23fdd9fe383;hb=03834336e2b3e7f42b9b9856ab54e4dcf0e56331;hp=3fa410518ef43749eea2c88ce7f93587c47c268d;hpb=b88f9d8a83ff838523a21e4b191f447888d651cd;p=collectd.git diff --git a/contrib/cussh.pl b/contrib/cussh.pl index 3fa41051..f95d54d2 100755 --- a/contrib/cussh.pl +++ b/contrib/cussh.pl @@ -57,6 +57,7 @@ use Collectd::Unixsock(); my $sock = Collectd::Unixsock->new($path); my $cmds = { + HELP => \&cmd_help, PUTVAL => \&putval, GETVAL => \&getval, FLUSH => \&flush, @@ -150,6 +151,25 @@ sub putid { =over 4 +=item B + +=cut + +sub cmd_help { + print < I =cut