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.
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
In NetEye environments we use Tornado to collect events, elaborate on them, and send notifications based on them from a lot of sources (syslog, email, SNMP traps and so on). In this article I'd like to suggest a different use Read More
In some test or development environments, you may need to simulate the presence of GSM modems without having an actual physical device. This can be useful for example when testing monitoring checks, SMS management systems, or creating new notification rules. Read More