Deploying a Podman Container for NetEye Plugin Execution
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 the custom image build
Create a Containerfile with the following contents:
By using this approach, you can run monitoring plugins based on PHP 8 (or other languages) in a clean and isolated environment without modifying the NetEye master system. The container includes full SNMP support and is easily scalable.
The monitoring engine can execute commands inside the container seamlessly, without compromising security. This solution proves to be both flexible and reliable, especially in environments where it is important not to interfere with the system’s default languages.
These Solutions are Engineered by Humans
Did you find this article interesting? Are you an “under the hood” kind of person? We’re really big on automation and we’re always looking for people in a similar vein to fill roles like this one as well as other roles here at Würth IT Italy.
Alessandro Paoli
My name is Alessandro Paoli and I've been a Technical Consultant at Wurth IT Italy since May 2024. I've always had a great passion for IT and since 2004 it has also become my job. In 2015 I found my role in the field, monitoring. I have had the opportunity to use various monitoring products, both open source and proprietary, I have worked on numerous projects from small businesses to global companies.
I am married and have 2 wonderful daughters. My passions are travel, cinema, games (video and board) and comics, and every now and then I manage to indulge in a few days of sport (Padel and gym).
Author
Alessandro Paoli
My name is Alessandro Paoli and I've been a Technical Consultant at Wurth IT Italy since May 2024. I've always had a great passion for IT and since 2004 it has also become my job. In 2015 I found my role in the field, monitoring. I have had the opportunity to use various monitoring products, both open source and proprietary, I have worked on numerous projects from small businesses to global companies.
I am married and have 2 wonderful daughters. My passions are travel, cinema, games (video and board) and comics, and every now and then I manage to indulge in a few days of sport (Padel and gym).
With the NetEye 4.49 release, we're extending the coverage of our NetEye Extension Packs (NEPs) by introducing a new package specifically focused on Audiocodes device monitoring, implemented through Centreon plugins over SNMP. This article explains: When the Audiocodes NEP will Read More
Hi everyone 😃 Today I'd like to walk you through some experiments we ran about load-balancing requests to LLMs in Kubernetes. Let's dive deep into it! Why Deploy LLMs in Kubernetes? Well, Kubernetes has now established itself as a leading Read More
Office 365 is a suite of online subscription services offered by Microsoft as part of the Microsoft 365 ecosystem. It includes capabilities for document creation and management, email, video conferencing, collaboration, and many other productivity services. The upcoming NetEye Extension Read More
The code is the structure, the LLM is the glue at the joints. There's a widespread misconception about automations “powered by artificial intelligence”: People picture a model you give an order to, which then carries out a complex operation from Read More
One of your servers is reporting moderate CPU usage, enough available memory, and storage that's busy but not saturated. The dashboard looks healthy, the application does not. Requests to it are slowing down, background jobs are taking longer, and latency Read More