The Application Performance Manager brick provides tools for advanced checks in Canopsis.
To install all tools provided by the APM brick :
This widget allows the user to visualize scheduled checks.It needs the engineevent_link
to be enabled and at least Highstock 1.3.7
# sudo make -C widgets scheduler-install
The following tools aren't installed by the global procedure.They are entirely optionals.
Provide aScenario
class similar to theunittest.TestCase
class, in order to ease the developmentof Sikuli test scenarios.
This package contains 4 classes, in the modulescenario
:
- Scenario : returns the performance data as a dict
- ScenarioNagios : display the performance data in a Nagios plugin compatible format
- ScenarioNSCA : display the performance data in a NSCA compatible format
- ScenarioCanopsis : send the performance data to the AMQP bus of Canopsis
To use it, you need to include the package to your Sikuli project.