|
GmetricPerl
pure perl module for sending gmetric data to gmond
Featured Gmetric PerlYet another implementation of the gmetric protocol, this time in perl. Check out perl/gmetric.pl THIS IS ALPHA It "works" but it's not pretty yet. UsageA little something like this: my $gm = gmetric_open('localhost', 8649, 'udp');
gmetric_send($gm, 'foo', 'bar', 'string', '', 'both', 60, 60);
gmetric_close($gm);MulticastTO DO. I'll need to pull in another module to do this. I think. HELP WANTEDI'm not a perl expert. Any help/advice on packaging, making it OO, etc would be welcome! |
► Sign in to add a comment