User Guide Functional Overview Requirements Architecture System Installation NetEye Additional Components Installation Setup The neteye Command Director NetEye Self Monitoring Tornado Business Service Monitoring IT Operation Analytics - Telemetry Geo Maps NagVis Audit Log Shutdown Manager Reporting ntopng Visual Monitoring with Alyvix Elastic Stack IT Operations (Command Orchestrator) Asset Management Service Level Management Cyber Threat Intelligence - SATAYO NetEye Update & Upgrade How To NetEye Extension Packs Troubleshooting Security Policy Glossary
module icon Visual Monitoring with Alyvix
Overview User Roles Nodes RDP Client Building Tools Editor: Interface Overview Editor: Script Building Editor: Managing Scripts Designer: Interface Overview Designer: Interface Options Designer: Component Tree Selector: Interface Overview Test Case Management Dashboard Use Cases
ntopng Visual Monitoring with Alyvix Elastic Stack IT Operations (Command Orchestrator) Asset Management Service Level Management Cyber Threat Intelligence - SATAYO Introduction to NetEye Monitoring Business Service Monitoring IT Operation Analytics Visualization Network Visibility Log Management & Security Orchestrated Datacenter Shutdown Application Performance Monitoring User Experience Service Management Service Level Management & Reporting Requirements for a Node Cluster Requirements and Best Practices NetEye Satellite Requirements TCP and UDP Ports Requirements Additional Software Installation Introduction Single Node Cluster NetEye Master Master-Satellite Architecture Underlying Operating System Acquiring NetEye ISO Image Installing ISO Image Single Nodes and Satellites Cluster Nodes Configuration of Tenants Satellite Nodes Only Nodes behind a Proxy Additional NetEye Components Single Node Cluster Node Satellites Nodes only Verify if a module is running correctly Accessing the New Module Cluster Satellite Security Identity and Access Management External Identity Providers Configure federated LDAP/AD Emergency Reset of Keycloak Configuration Advanced Configuration Roles Single Page Application in NetEye Module Permissions and Single Sign On Within NetEye Importing User Federation Groups inside another Group Importing OIDC IdP Groups inside another Group Resources Tuning Advanced Topics Basic Concepts & Usage Advanced Topics Monitoring Environment Templates Monitored Objects Import Monitored Objects Data Fields Deployment Icinga 2 Agents Configuration Baskets Dashboard Monitoring Status Icinga2 Features VMD Permissions Notifications Jobs API Configuring Icinga Monitoring Retention Policy NetEye Self Monitoring Concepts Collecting Events Add a Filter Node WHERE Conditions Iterating over Event fields Retrieving Payload of an Event Extract Variables Create a Rule Tornado Actions Test your Configuration Export and Import Configuration Example Under the hood Development Retry Strategy Configuration Thread Pool Configuration API Reference Configure a new Business Process Create your first Business Process Node Importing Processes Operators The ITOA Module Configuring User Permissions Telegraf Metrics in NetEye Telegraf Configuration Telegraf on Monitored Hosts Visualizing Dashboards Customizing Performance Graph The NetEye Geo Map Visualizer Map Viewer Configuring Geo Maps NagVis Audit Log Overview Shutdown Manager user Shutdown Manager GUI Shutdown Commands Advanced Topics Overview User Role Management Cube Use Cases ntopng and NetEye Integration Permissions Retention Advanced Topics Overview User Roles Nodes RDP Client Building Tools Editor: Interface Overview Editor: Script Building Editor: Managing Scripts Designer: Interface Overview Designer: Interface Options Designer: Component Tree Selector: Interface Overview Test Case Management Dashboard Use Cases Overview Architecture Authorization Kibana Elasticsearch Cluster Elasticsearch Configuration Replicas on a Single Node Elasticsearch Performance tuning Overview Enabling El Proxy Sending custom logs to El Proxy Configuration files Commands Elasticsearch Templates and Retentions El Proxy DLQ Blockchain Verification Handling Blockchain Corruptions El Proxy Metrics El Proxy Security El Proxy REST Endpoints Agents Logstash Elastic APM Elastic RUM Elastic XDR Log Manager - Deprecated Overview Authorization in the Command Orchestrator Module Configuring CLI Commands Executing Commands Overview Permissions Installation Single Tenancy Multitenancy Communication through a Satellite Asset collection methods Display asset information in monitoring host page Overview Customers Availability Event Adjustment Outages Resource Advanced Topics Introduction Getting Started SATAYO Items Settings Managed Service Mitre Attack Coverage Changelog Before you start Update Procedure Single Node Upgrade from 4.45 to 4.46 Cluster Upgrade from 4.45 to 4.46 Satellite Upgrade from 4.45 to 4.46 DPO machine Upgrade from 4.45 to 4.46 Create a mirror of the RPM repository Sprint Releases Feature Troubleshooting Tornado Networking Service Management - Incident Response IT Operation Analytics - Telemetry Identity Provider (IdP) Configuration NetEye Cluster on Microsoft Azure Introduction to NEP Getting Started with NEPs Online Resources Obtaining NEP Insights Available Packages Advanced Topics Upgrade to NetEye 4.31 Setup Configure swappiness Restarting Stopped Services Enable stack traces in web UI How to access standard logs Director does not deploy when services assigned to a host have the same name How to enable/disable debug logging Activate Debug Logging for Tornado Modules/Services do not start Sync Rule fails when trying to recreate Icinga object How to disable InfluxDB query logging Managing an Elasticsearch Cluster with a Full Disk Some logs are not indexed in Elasticsearch Elasticsearch is not functioning properly Reporting: Error when opening a report Debugging Logstash file input filter Bugfix Policy Reporting Vulnerabilities Glossary

Building Tools

When you build a test case, you’re creating a set of visual templates that can be matched against your app interfaces in real time, allowing Alyvix to interact with those interfaces just like a person would.

When you use Alyvix to build test cases that work with your applications, you’ll spend most of your time creating those test cases and their test case objects, so it’s worth some time to learn how to do it the right way and understand from the beginning what the available options are.

There are three main tools for building test cases:

  1. Alyvix Designer: Define individual test case objects to be dynamically matched against the visual components of your app’s interface, and assign GUI actions that are carried out when those matches are detected

  2. Alyvix Selector: Easily manipulate (inspect, copy, edit, delete) large numbers of test case objects created with Designer, as well as view, filter and sort their properties

  3. Alyvix Editor: Create scripts using test case objects (as sequential execution units, conditionals, and loops) to interact with any app according to complex behaviors you define

For almost all cases, Alyvix Editor (which includes Designer and Selector) is all you’ll need.

Once you’ve built a test case, you can let it interact with your chosen app either by using Alyvix Robot, or testing it directly within Editor.

The Test Case Data Format page provides technical details on how Alyvix test case files are organized and what they contain, while the Getting Started section and official YouTube channel include detailed mini-tutorials and topic-based videos on how to use Alyvix Editor and Robot.

All of the Alyvix applications can be launched from the Windows Command Prompt or PowerShell. Note that they inherit the permissions of the shell they were launched from.

The Designer Panel

Use Alyvix Designer to define the relevant parts of your application’s interface at a certain step in the overall task. Designer lets you select graphic elements on a captured screen to use as test case objects, which can be images, rectangles, or text. You can then add actions that are applied when those objects are recognized later during a live interaction with the application.

Designer bundles this set of graphic elements and actions, each called a component, as a single test case object, which you can then use as a building block to compose more complicated behaviors with scripts using Alyvix Editor.

The following sections of the guide present further information on Alyvix Designer:

  • The Designer Interface Overview page provides a high-level overview and describes the general layout of the Designer panel

  • The Component Tree page describes the specific types of graphical elements available, including what they can do and how they can interact with the application interface

  • You can find more detailed information about the available options for test case objects and components on the Interface Options page

Although it’s typically used under Alyvix Editor, Designer can be run in standalone mode as follows:

C:\Alyvix\testcases> alyvix_designer

with the following command line options:

Option

Alias

Argument

Description

--delay

-d

<n>

Wait n seconds before grabbing the screen, giving you time to move windows around

--filename

-f

<name>

Supply the file name with no extension

--object

-o

<name>

Supply the Object name

--verbose

-v

<n>

Set the verbosity level for debugging output ranging from 0 (min) to 2 (max)


The Selector Panel

Use Alyvix Selector to centralize the management of all of your test case objects created with Designer, such as copying test cases objects to other Alyvix files, and set monitoring parameters like warning, critical and timeout values. It also provides options to view, edit and delete test cases objects.

Selector is organized as a set of tabbed panels representing one or more test case files, and a list of test case objects within each tab. This allows you to quickly switch between them and filter, search and edit within a single file, or copy test case objects across opened test case files.

Although it’s typically used under Alyvix Editor, Selector can be run in standalone mode as follows:

C:\Alyvix\testcases> alyvix_selector

with the following command line options:

Option

Alias

Argument

Description

--filename

-f

<name>

Supply the file name with no extension

--verbose

-v

<n>

Set the verbosity level for debugging output ranging from 0 (min) to 2 (max)


Alyvix Editor

Alyvix Editor helps you create scripts consisting of individual test case objects created with Designer and Selector. These scripts allows you to create complex interactions using the test case objects in a specific order. And it saves everything – scripts, test case objects, and monitoring parameters – in a single .alyvix test case file.

The following sections of the guide present further information about Alyvix Editor:

  • The Editor Interface Overview page describes the layout of the various panels and how to use the interface controls

  • The Scripting Management page describes the various types of scripts and their what they’re used for

  • The Scripting Panel page explains how to create individual scripts composed of test case objects

Alyvix Editor can be run as follows:

C:\Alyvix\testcases> alyvix_editor

with the following command line options:

Option

Alias

Argument

Description

--filename

-f

<name>

The test case file name (with no extension)

--verbose

-v

<n>

Sets the verbosity level for debugging output ranging from 0 (min) to 2 (max)