“A dashboard should tell a story or answer a question”
“Dashboards should reduce cognitive load, not add to it“
Following the two best practices mentioned above I would like to consider the following use case: I am a NetEye customer with a single node implementation and I would like a dashboard that helps me to quickly understand how is the health status of my NetEye system (from the point of view of performance monitoring and host performance). To answer this request, I created the “NetEye Home Dashboard” dashboard on our demo environment.
The purpose of this dashboard is to show the most important indicators relating to the core monitoring performance (host and service status, endpoint connections, active hosts and services, acknowledgements and downtimes) and the NetEye server performance (cpu and memory usage, load average, disk usage).
Furthermore, in this dashboard you will find some statistics relating to notifications shown on two time bases: last day and last month. The statistics concern the top 10 services and hosts that generated CRITICAL status notifications.
Requirements
NetEye statistics service check
Your NetEye monitored host needs a service check that use icingacheck command. If missing, you can create a new one following this example:
Telegraf service
To collects local performance metrics for your NetEye server you can you use the telegraf service.
Your /neteye/shared/telegraf/conf/telegraf.conf must have at least these inputs plugins enabled:
Statistics relating to notifications are collected using SQL queries to the local icinga database. You will need a Grafana data source able to connect to local mariadb database with a read only user:
# mysql icinga
.....
MariaDB [icinga]> create user 'icingareadonly'@'localhost' identified by 'XXXXXXXXXXXX';
Query OK, 0 rows affected (0.026 sec)
MariaDB [icinga]> grant select on icinga.* to 'icingareadonly'@'localhost';
Query OK, 0 rows affected (0.002 sec)
MariaDB [icinga]> flush privileges;
Query OK, 0 rows affected (0.005 sec)
Grafana data sources
The dashboard needs two different new Grafana data sources:
mysql-icinga2: to connect to local mariadb database
Telegraf: to connect to local telegraf database
Mysql data source
From ITOA – Data Sources menu you can create a new MySQL datasource following these steps:
Telegraf data source
From ITOA – Data Sources menu you can create a new Telegraf datasource following these steps:
Grafana pie-chart and clock-panel plugins installation
The dashboard requires piechats and clock panel plugins. You can install them following these steps:
Now you can export the dashboard from our NetEye demo system following this link using “save to file” in JSON format.
Finally you can import the dashboard in your NetEye system.
Pay attention: after the import you will need to correct the default Regex related to neteye_master variable from dashboard settings. The simple Regex /neteye/ used in our demo environment must be corrected selecting the correct hostname related to your NetEye monitored host following this example:
Hi everybody. I’m Giuseppe and I was born in Milan in 1979. Since the early years of university, I was attracted by the Open Source world and operating system GNU\Linux. After graduation I had the opportunity to participate in a project of a startup for the realization of an Internet Service Provider. Before joining Würth Phoenix as SI consultant, I gained great experience as an IT consultant on projects related to business continuity and implementation of open source software compliant to ITIL processes of incident, change and service catalog management. My free time is completely dedicated to my wife and, as soon as possible, run away from Milan and his caotic time and trekking discover our beautiful mountain near Lecco for relax and lookup the (clean) sky.
Author
Giuseppe Di Garbo
Hi everybody. I’m Giuseppe and I was born in Milan in 1979. Since the early years of university, I was attracted by the Open Source world and operating system GNU\Linux. After graduation I had the opportunity to participate in a project of a startup for the realization of an Internet Service Provider. Before joining Würth Phoenix as SI consultant, I gained great experience as an IT consultant on projects related to business continuity and implementation of open source software compliant to ITIL processes of incident, change and service catalog management. My free time is completely dedicated to my wife and, as soon as possible, run away from Milan and his caotic time and trekking discover our beautiful mountain near Lecco for relax and lookup the (clean) sky.
Hi all, it's been a while. I'm deeply sorry not to have sent out some blog posts lately, so now I'll try to get back your trust by providing some useful information. Not only that, I'll even go out of Read More
Icinga Director is a powerful configuration tool included in NetEye that streamlines the process of defining and managing monitoring configurations. However, you may encounter issues with duplicate addresses and spaces in hostnames, which can lead to confusion and monitoring inaccuracies. Read More
Beginning with NetEye version 4.26, Alyvix has been fully integrated into NetEye. Currently Alyvix within NetEye is implemented as the neteye-alyvix module, and is part of our Application Performance Monitoring (APM) world. We have Elastic with all the functionality of Read More
Hostgroups are a grouping of hosts with similar characteristics such as geographical location, type, severity, environment, operating system, applications and much more. Hostgroups can be created for multiple purposes such as: Grouping hosts with common characteristics to view them as Read More
Asset management/CMDB tools play (or should play!) a central role in IT operations and management, gathering data from hardware assets on contracts, software licenses, network configurations, tickets and many more. The key task is to keep all this data consistent Read More