public class Parser extends Object
Parses output from http://you.nagios.host.com/nagios3/cgi-bin/status.cgi?host=all&style=detail.
| Constructor and Description |
|---|
Parser() |
| Modifier and Type | Method and Description |
|---|---|
List<CheckStatus> |
parse() |
List<CheckStatus> |
parse(String statusCgiHtml) |
List<CheckStatus> |
parse(URL statusCgiUrl) |
public List<CheckStatus> parse(String statusCgiHtml) throws ParseException
ParseExceptionpublic List<CheckStatus> parse(URL statusCgiUrl) throws IOException, ParseException
IOExceptionParseExceptionpublic List<CheckStatus> parse() throws ParseException
ParseExceptionCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.