Kentix MultiSensor is a device which includes many sensors for use in monitoring server and IT rooms. The sensor only needs to be connected to your network (PoE is required) and to have SNMP configured through its web interface.
The LAN version we used in this test monitors:
Temperature
Humidity
Dewpoint
Fire (carbon monoxide)
Motion
Vibration
More info about threats detected by Kentix Multisensor-LAN can be found in the threat matrix.
This sensor can feed data to NetEye 4 using both SNMP requests, which can be directly polled by Icinga 2, and SNMP traps, which can be collected using the Tornado SNMP Collector. Both SNMP v2 and v3 are supported.
Temperature, humidity, dewpoint and fire can be monitored using the check_snmp script and creating a service set to monitor them.
Motion and vibration instead cannot be periodically polled: these alarms are event-based and therefore checking them once every 5 minutes can easily cause you to miss an intrusion or vibration event. We can overcome this problem by using Tornado’s SNMP collector to filter relevant traps and move a service to critical status in the case of vibration or intrusion events.
Collected values, such as temperature and humidity, can be shown in in an ITOA dashboard:
The capabilities of Kentix’s Multisensor can be extended with their Leakage sensor and Door sensor.
A safer way to run privileged Windows checks with SystemRunner If you’ve been monitoring Windows for a while, you’ve probably seen this pattern: some checks must run as LocalSystem (S-1-5-18), and the “quick fix” is to run the Icinga Agent Read More
This document describes the steps required to build, configure, and operate a Podman container based on php:8.2-cli, with the SNMP extension enabled, intended for executing monitoring plugins within a NetEye/Icinga environment. Pulling the base image podman pull docker.io/php:8.2-cli Containerfile for Read More
In NetEye, 'business processes' is a module used to model and monitor the business process hierarchy to obtain a high-level view of the status of critical applications. In short, they allow monitoring controls of individual components to be aggregated into Read More
Hi 😀 Today I'd like to explore with you a migration that we performed to a service that's used internally to monitor the performance of various DBs, gathering data that's especially useful for troubleshooting. This tool is the Percona Monitoring Read More
In the first part we created hosts and services to monitor a sequence of script using Tornado. The Tornado Rule Now let's continue with the creation of a Tornado rule: open the NetEye web interface and select Tornado dashboard, then Read More