Checking https urls in nagios
Posted: Wed Sep 18, 2019 6:32 am
Good morning,
I have the following problem that I don't know how to solve.
I have some checks on some applications to give me ok if you respond to a certain URL where content is published
The problem is the following:
[root @ GESNAG00 etc] $ / usr / local / nagios / libexec / nagios-plugins / check_https www.domain.es
HTTP / 1.1 200 OK
[root @ GESNAG00 etc] $ / usr / local / nagios / libexec / nagios-plugins / check_https support.otherdomain.com
The second check does not throw anything as an exit, so I don't know why it doesn't perform the check correctly as the first. These checks are performed on internal servers that have publications in those publicly accessible domains.
That could be happening?
Best regards
I have the following problem that I don't know how to solve.
I have some checks on some applications to give me ok if you respond to a certain URL where content is published
The problem is the following:
[root @ GESNAG00 etc] $ / usr / local / nagios / libexec / nagios-plugins / check_https www.domain.es
HTTP / 1.1 200 OK
[root @ GESNAG00 etc] $ / usr / local / nagios / libexec / nagios-plugins / check_https support.otherdomain.com
The second check does not throw anything as an exit, so I don't know why it doesn't perform the check correctly as the first. These checks are performed on internal servers that have publications in those publicly accessible domains.
That could be happening?
Best regards