1. Home
  2. Knowledge Base
  3. Problems (EN)
  4. Web check in critical when the web is active. How to solve it?

Web check in critical when the web is active. How to solve it?

Critical web checks can be due to several factors:

  1. That the Pandora FMS server does not have access to the URL of the web page.
  2. The content of the web page has changed and it does not coincide with the module configuration.
  3. The connection is cut between Pandora FMS server and the web page due to a proxy or a firewall.
  4. If we want to get more details about the module error, we can add an additional parameter to get error messages, for it we will have to add the following line to the module:
debug /tmp/request.log

We would have a module similar to:

task_begin
get https://www.pandorafms.com
cookie 1
resource 1
check_string Media Kit
debug /tmp/request.log
task_end

When the module is executed again, we will have to access to Pandora FMS server through a terminal and get the error in the debug file that it has created in its execution.

/tmp/request.log

Once we identify the error we can take the appropriate actions.

Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support