Context: I am a student and I am trying to prepare a proof of concept for secure monitoring of remote metrics.
Researched on how information is polled from remote hosts and understand that it can be done via quite a few methods eg 1) snmp (UDP) 2) check_nrpe etc.
1) I hope to find out how does nrpe format the polled data (xml, json, etc)
2) how is nrpe data transferred? (udp, tcp?)
3) security mechanisms for nrpe transfer, is there an ACL or encryption of xml polled data, etc (security is a concern as I want to prove that nagios is useful for metric pollings from remote networks, I understand that the connection can be wrapped with SSL however I am interested in nagios security features)
2) if nagios plugins can poll data from a database