Juno

Asynchronous event-driven checking mechanism
Download

Juno Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sawyer X
  • Publisher web site:
  • http://search.cpan.org/~xsawyerx/

Juno Tags


Juno Description

Juno is a hub of checking methods (HTTP, SNMP, Ping, etc.) meant to provide developers with an asynchronous event-based checking agent that returns results you can then use as probed data.This helps you write stuff like monitoring services.SYNOPSISThis runs an asynchronous checker on two servers (jack and jill), running an HTTP test every 10 seconds with an additional Host header. my $juno = Juno->new( hosts => , interval => 10, checks => { HTTP => { headers => { { 'Host', 'example.com' }, }, on_result => sub { my $result = shift; ... }, }, }, ); # makes juno run in the background $juno->run;Product's homepage


Juno Related Software