You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently there is no actual documentation regarding the contents of a TCP packet crossing the wire
in order to talk to an NRPE daemon or anything regarding the response judging from the actual source code (check_nrpe.c) there are also major flaws in the packet data sent by other perl implementations.
The best I could come up with so far as to what the packet consists of is described in share/protocol-nrpe.md which will definitely be refined as I get along.
For the forseeable future I'd wish for somebody to write an actual RFC style document describing the architecture of the request and response packets.
The text was updated successfully, but these errors were encountered:
@mickenordin Some years ago I implemented a Java and (more recently) a Javascript version of NRPE.
I'm in the process of regenerating their website, so I came across this doc.
Maybe you could be interested: https://ziccardi.github.io/docs/nrpe/protocol.
The JAVA version has a fully working jcheck_nrpe too (protocol version 2).
You can find docs about the JAVA implementation here.
Documentation about the other implementations is still to come.
So currently there is no actual documentation regarding the contents of a TCP packet crossing the wire
in order to talk to an NRPE daemon or anything regarding the response judging from the actual source code (check_nrpe.c) there are also major flaws in the packet data sent by other perl implementations.
The best I could come up with so far as to what the packet consists of is described in share/protocol-nrpe.md which will definitely be refined as I get along.
For the forseeable future I'd wish for somebody to write an actual RFC style document describing the architecture of the request and response packets.
The text was updated successfully, but these errors were encountered: