The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002

  • FIX: All Moose classes are now immutable
  • FIX: Creating a Net::NSCA::Client::InitialPacket without an IV would cause an error since the default ended up being a Math::Pari object [NOTE: This only would have affected code which explicitly created a Net::NSCA::Client::InitialPacket object]
  • Added a public constant $INITIALIZATION_VECTOR_LENGTH to Net::NSCA::Client::InitialPacket
  • initialization_vector attribute in Net::NSCA::Client::InitialPacket is now always exactly 128 bytes.
  • Fixed documentation in Net::NSCA::Client::DataPacket to specify all required attributes.
  • Added SEE ALSO section in Net::NSCA::Client
  • Added tests for many pieces of the objects and for packet reading and creation.

Modules

Send passive checks to Nagios locally and remotely.
Represents a connection between the client and the server.
Represents the transport layer security on a connection.
Implements data packet for the NSCA protocol
Implements initial packet for the NSCA protocol