Skip to main content
Question

countermeasures and second scenario

  • March 31, 2026
  • 4 replies
  • 24 views

Forum|alt.badge.img+1
I would like a scenario to trigger another scenario as a countermeasure when it is critical, but I don't know how to do it.

4 replies

rchauvel
Centreonian
Forum|alt.badge.img+18
  • Centreonian
  • March 31, 2026

You posted this question in the Centreon Monitoring Agent forum. Can you confirm that you would like to perform a 1st check through the agent and based on the output perform other tests? Maybe you can give a concrete example to help understand what you’re trying to achieve?


Forum|alt.badge.img+1
  • Author
  • Steward *
  • March 31, 2026

 

I have a scenario that checks access to an application, then opens different pages of the application and logs out. However, if the logout fails, I don't get an alert, but during the next measurement, the scenario is in critical condition because my user is still logged in. Therefore, in this case, I want to run a second scenario with a different user.

 


rchauvel
Centreonian
Forum|alt.badge.img+18
  • Centreonian
  • March 31, 2026

What do you use to navigate through the application? Plain HTTP requests or a tool such as Selenium, or Centreon Digital Experience Monitoring?


Forum|alt.badge.img+1
  • Author
  • Steward *
  • March 31, 2026

 

I use Node.js scripts that use the Chrome browser.