From 099f78bfd9ba62f476033b6f8a3d3f4d30d7a9ee Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 3 Dec 2018 12:19:27 +0000 Subject: [PATCH] Corrected CONSTANTS for query type in the pod. --- lib/Nagios/NRPE/Packet.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Nagios/NRPE/Packet.pm b/lib/Nagios/NRPE/Packet.pm index 0e25e8e..add10b2 100644 --- a/lib/Nagios/NRPE/Packet.pm +++ b/lib/Nagios/NRPE/Packet.pm @@ -147,8 +147,8 @@ These constants can be exported upon request with the 'use' pragma like this: The value of the NRPE version you want/need to use. -=item * QUERY_PACKET - RESPONSE_PACKET +=item * NRPE_PACKET_QUERY + NRPE_PACKET_RESPONSE The packet type you want to send or recieve