public interface NagiosCheckSender
| Modifier and Type | Method and Description |
|---|---|
void |
send(Collection<NagiosCheckResult> checkResults)
attempt to send a check result to Nagios
|
void send(Collection<NagiosCheckResult> checkResults) throws NRDPException, IOException
checkResults - is a list of results to sendNRDPException - thrown if an error occurs while sending the passive checkIOException - thrown if I/O error occurs while trying to establish connection with nagios hostCopyright © 2015. All Rights Reserved.