Misplaced Pages

Alyvix

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
IT monitoring software
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
This article is an orphan, as no other articles link to it. Please introduce links to this page from related articles; try the Find link tool for suggestions. (August 2024)
The topic of this article may not meet Misplaced Pages's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Alyvix" – news · newspapers · books · scholar · JSTOR (March 2024) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Alyvix
Multisite Python GUI displaying an overview of monitored systems
Developer(s)Violet Atom Sagl (Alan Pipitone) and Würth Phoenix Srl (Francesco Melchiori)
Initial releaseVersion 3.0 2020; 5 years ago (2020)
Stable release3.5.0 / 2023-09-14
Written inPython
Operating systemMicrosoft Windows
TypeIT monitoring, Synthetic monitoring and Application performance management
LicenseGNU GPL v3
Websitealyvix.com

Alyvix is an open source software application developed in Python for System monitoring and IT monitoring, synthetic monitoring and application performance management on Windows computers. It is used for visually monitoring fixed applications, streamed and cloud applications (including encrypted ones), and websites, as well as for robotic process automation.

Alyvix allows you to interact with an application's graphical user interface (GUI) to describe what should be seen onscreen after a sequence of interactions, and then later compare it whenever desired to the current GUI in that state.

Operation

Alyvix works in two main stages: GUI description, and interactive GUI replay. In the description phase (using Alyvix Editor), Alyvix captures the screen and then allows the user to describe what to look for, such as images, text labels, buttons and text fields, by drawing and annotating directly on the screen capture.

A screenshot of the editing phase when creating an Alyvix test case
A screenshot of the annotation phase when creating an Alyvix test case

The user then combines these elements with a visual scripting language Visual programming language that describes a sequence of desired interaction steps (for instance, clicking on one of the buttons, or inserting a predefined string into one of the text fields) and how those steps proceed from one to the next, along with the original series of screen grabs. This description is then saved in an open format called a test case.

Once this test case is created, Alyvix can use it to interactively replay that application interaction description as many times as you want while the application is "live". In this mode (called Alyvix Robot), Alyvix attempts to visually recognize what is shown in the GUI at a particular moment using the open source OpenCV recognizer. It then cycles through the recognition and interaction phases, applying the user-defined actions in the current step to the interface it sees.

Use in monitoring

While up to this point Alyvix can be used for automation, it also allows you to declare warning and critical thresholds that are useful for monitoring, based on visual recognition timeouts. When a timeout is exceeded, it can then be reported to a monitoring system using the Nagios and Icinga protocols.

While Alyvix Robot can run a script to make a single check, what's usually needed in monitoring scenarios is to run many such checks at regular intervals, say every 5 minutes. Thus Alyvix needs to integrate with a monitoring system, which may not be open source. Coordinating this integration is Alyvix Service, which schedules test case runs over multiple target servers, manages configuration settings like how often to run each test case, records the measurements made by Alyvix Robot, and provides that data and reports via an open API. Any monitoring system, like NetEye, only needs to add a module that calls the open API as necessary.

See also

References

  1. ^ "Alyvix Stable Release 3.5.0". Alyvix. Retrieved 2023-09-14.
  2. "Alyvix via Python Pip". PyPi. Retrieved 2023-06-07.
  3. "SourceForge Alyvix Review". Source Forge. Retrieved 2023-10-31.
  4. "End user experience monitoring for cloud applications". SFSCON. Retrieved 2024-03-11.
  5. "Digital Innovation through the Lens of Alyvix". SFSCON. Retrieved 2023-12-06.
  6. "Alyvix: Under the Hood". FOSDEM 2017. Retrieved 2023-12-01.
  7. "System Diagnostics: A Deeper Understanding". Icinga Camp Berlin. Retrieved 2024-03-11.
Categories:
Alyvix Add topic