blog.wuerth-phoenix.com Open in urlscan Pro
82.193.25.75  Public Scan

Submitted URL: http://blog.wuerth-phoenix.com/
Effective URL: https://blog.wuerth-phoenix.com/
Submission: On May 31 via api from IT — Scanned from IT

Form analysis 2 forms found in the DOM

POST #

<form action="#" method="post" class="elp_form" id="elp_form_1685554798">
  <p><span class="email">Email</span><br><input type="email" id="email" name="email" value="" placeholder="Email" maxlength="225" required=""></p>
  <p style="margin-top:20px;">
    <input name="submit" id="elp_form_submit_1685554798" value="Submit" type="submit">
  </p>
  <span class="elp_form_spinner" id="elp-loading-image" style="display:none;">
    <img src="https://www.neteye-blog.com/wp-content/plugins/email-posts-to-subscribers/inc/ajax-loader.gif">
  </span>
  <input name="nonce" id="nonce" value="bc39e1dc6e" type="hidden">
  <input name="group" id="group" value="Public" type="hidden">
  <input type="text" style="display:none;" id="email_name" name="email_name" value="">
</form>

GET https://www.neteye-blog.com/

<form role="search" method="get" class="search-form" action="https://www.neteye-blog.com/">
  <div class="search-box">
    <div class="easy-autocomplete eac-square" style="width: 0px;"><input type="search" id="topsearch" class="form-control" value="" name="s" autocomplete="off">
      <div class="easy-autocomplete-container" id="eac-container-topsearch">
        <ul></ul>
      </div>
    </div>
    <button type="submit"><i class="icon-search"></i></button>
  </div>
</form>

Text Content

   
 * Home

Search info@wuerth-phoenix.com +39 0471 564 111(HQ)
 * Unified Monitoring
   * Business Service Monitoring
   * Asset Management
   * Synthetic Monitoring
   * Service Level Management
 * APM
   * Real User Experience
   * Artificial Intelligence
 * ITOA
   * Predictive Analysis
   * Anomaly Detection
 * Log-SIEM
   * Log Management
   * Machine Learning
 * Events
 * Release Notes
   * Release Notes
   * Bug Fixes
 * Downloads


MONITORING
SIEM & LOG MANAGEMENT

 * 1


BLOG ENTRIES

25. 05. 2023 Valentina Da Rold Development, NetEye


MOVING FROM SELENIUM TO PLAYWRIGHT – PART 1

In order to visually test NetEye on browsers at each stage of development and
before each release, we have a continuous integration (CI) step dedicated to
Selenium testing. Selenium is a longtime open-source tool for browser
automation; it’s a widely-used tool with a huge community of users. The
framework is capable of automating and controlling…

Read More
25. 05. 2023 Elena Valgoi Atlassian, Service Management


ENTERPRISE SERVICE MANAGEMENT — VERONA EVENT

On May 18th, an event organized by Würth Phoenix and sponsored by Atlassian was
held in Verona. The event was targeted at both new companies and existing
customers who were interested in leveraging the Atlassian solutions. The
afternoon session focused on providing participants with valuable insights into
Enterprise Service Management (ESM), a highly relevant topic…

Read More
25. 05. 2023 Elena Valgoi Atlassian, Service Management


ENTERPRISE SERVICE MANAGEMENT

Given the rapidly evolving business landscape, advancements in technology, and
the increasing expectations of customers, companies must adopt a mindset of
business agility, and Enterprise Service Management (ESM) represents a solution
for companies striving to maintain competitiveness in the market. Enterprise
Service Management is the extension of IT Service Management (ITSM) principles
outside of the…

Read More
25. 05. 2023 Elena Valgoi Atlassian, Service Management


ATLASSIAN NEWS ~ MAY EDITION

Welcome, everyone to our second “Monthly Atlassian News”! Why are we doing this?
You might know that the Atlassian website is so complete, that finding
information can be a big challenge So… we decided to do the dirty work for you
and summarize all the latest features and news from the Atlassian ecosystem
every two…

Read More
16. 05. 2023 Attilio Broglio NetEye, Unified Monitoring


GRAFANA AND ICINGA AGENT VERSION

Monitoring systems acquire information from various devices in different ways:
API, SNMP, syslog, etc. One of the most important methods in Icinga-based
systems like NetEye is the Icinga Agent. This agent is installed on each server
and collects and sends information to the master NetEye node using secure
protocols. When we work within a small…

Read More
15. 05. 2023 Charles Callaway Development


MAKING YOUR OWN VIDEO TUTORIALS, PART 13: (DATA-DRIVEN) COMMUNICATION

You’ve probably watched a number of YouTube tutorials over the last 10 years,
whether to help you with a specific task at work, to keep your IT skills
refreshed, or even just to learn something new about one of your personal
hobbies (no, we don’t want to hear about your favorite cat videos). So I’m…

Read More
11. 05. 2023 Alessandro Taufer Bug Fixes, NetEye


BUG FIX FOR NETEYE 4.29

We fixed a bug that was preventing the upgrade from 4.29 to 4.30 and removed
some concurrency issues occurring in cluster environments. Furthermore we fix a
a bug where the neteye_secure_install would overwrite dashboard UIDs in some
edge-cases. For NetEye 4.29 we updated the following packages:

Read More
09. 05. 2023 Mattia Codato Bug Fixes, NetEye


BUG FIX FOR NETEYE 4.29

We updated Icinga Web 2 to the latest bugfix version.All fixes can be found in
the official documentation. We also fixed an issue where the modification of the
neteye tenant configuration was possible when that would leave orphant generated
configurations. For NetEye 4.29 we updated the following packages:

Read More
04. 05. 2023 Emil Fazzi Bug Fixes, NetEye


BUG FIX FOR NETEYE 4.29

We fixed a bug on the command orchestrator module that prevented the correct
command to be displayed on the “Command Execution” tab. Now is possible to see
the correct command name and associate correctly the execution tab to the
selected command. For NetEye 4.29 we updated the following packages:

Read More
03. 05. 2023 Davide Sbetti Anomaly Detection, ITOA, NetEye


A SIMPLE GRAFANA DATA SOURCE FOR OUTLIER DETECTION (POC) – PART 2

In my previous post, we saw how it’s possible to build a simple Grafana Data
Source Plugin, which we can use to read data from whatever source we’d like to
use. In particular, we used it to read data from a simple web service we created
so we could expose data containing some outliers. In…

Read More
02. 05. 2023 Davide Gallo Contribution, NetEye


USING ANSIBLE TO AUTOMATE AGENT DEPLOYMENT

NetEye relies on many agents in order to monitor just one server, some examples
are: Icinga, Telegraf, Elastic beats, GLPI agent and so on. As a Site
Reliability Engineer, I’m responsible for ensuring that all these agents run
smoothly. This can involve performing repetitive and time-consuming tasks like
managing configurations, deploying updates, and provisioning new…

Read More
28. 04. 2023 Juergen Vigna Icinga Web 2, NetEye, Unified Monitoring


ELASTICSEARCH SNAPSHOTS AND HOW TO MONITOR THEM

If you have a NetEye with SIEM Module activated or own an Elasticsearch
installation then you have surely activated the Elasticsearch Snapshots to make
backups of all your indexes (or at least the important ones). However you have
to take a regular look at your Snapshots Reports to check that everything is
working correctly. I…

Read More
27. 04. 2023 TobiasGoller Anomaly Detection, Unified Monitoring


ALERTING ON NETWORK TRAFFIC ANOMALIES WITH NTOPNG

Today I’d like to tell you about the possibility of alerting when anomalies in
network traffic are encountered. I use ntopng to generate, evaluate and forward
these alerts. If you don’t know about ntopng, let me briefly describe for you
what it does. According to its creator, ntopng is a High-Speed Web-based Traffic
Analysis and…

Read More
22. 04. 2023 Emil Fazzi Bug Fixes, NetEye


BUG FIXES FOR NETEYE 4.28

We fixed a bug that was preventing the first secure install of a cluster to
success. Now the ClickHouse autosetup, which contained the spotted bug, has been
fixed and updated. For NetEye 4.28 we updated the following packages:

Read More
22. 04. 2023 Emil Fazzi Bug Fixes, NetEye


BUG FIXES FOR NETEYE 4.27

We fixed a bug that was preventing the first secure install of a cluster to
success. Now the ClickHouse autosetup, which contained the spotted bug, has been
fixed and updated. For NetEye 4.27 we updated the following packages:

Read More
Load More

SEARCH BY TECHNOLOGY

 * Elastic
 * Grafana
 * Icinga
 * ntop
 * OTRS
 * Influx DB
 * Search Guard
 * NeDi
 * GLPI
 * Atlassian
 * OCS Inventory
 * CentOS
 * Redhat

CONTACT

Contact us
Serviceportal

SUBSCRIBE TO BLOG

Get a weekly email with the new articles

Email





CATEGORIES

 * APM(61)
   * Artificial Intelligence(1)
   * Real User Experience(46)
 * Atlassian(6)
 * Bug Fixes(303)
 * Contribution(10)
 * Development(61)
 * DevOps(11)
 * Downloads / Release Notes(475)
 * Events(166)
   * Training(3)
   * Webinar(10)
 * Icinga Web 2(22)
 * ITOA(78)
   * Anomaly Detection(23)
   * Predictive Analysis(14)
 * Knowledge Management(3)
 * Log-SIEM(149)
   * Log Management(83)
   * Machine Learning(8)
 * NetEye(1,242)
 * PHP(6)
 * SEC4U(32)
   * Blue Team(14)
   * ctf-writeups(4)
   * Exposure Assessment(5)
   * Red Team(6)
 * Service Management(250)
 * Uncategorized(3)
 * Unified Monitoring(362)
   * Asset Management(39)
   * Business Service Monitoring(23)
   * Cloud(9)
   * Icinga News(8)
   * SLM(11)
   * Visual Synthetic Monitoring(13)

RECENT POSTS

 * Moving from Selenium to Playwright – Part 1
 * Enterprise Service Management — Verona Event
 * Enterprise Service Management
 * Atlassian News ~ May Edition
 * Grafana and Icinga Agent Version

ARCHIVE

 * 2023 (72)
   * May(11)
   * April(17)
   * March(11)
   * February(17)
   * January(16)
 * 2022 (179)
   * December(32)
   * November(12)
   * October(17)
   * September(13)
   * August(12)
   * July(11)
   * June(18)
   * May(15)
   * April(17)
   * March(16)
   * February(9)
   * January(7)
 * 2021 (196)
   * December(30)
   * November(15)
   * October(21)
   * September(17)
   * August(21)
   * July(13)
   * June(18)
   * May(10)
   * April(19)
   * March(5)
   * February(17)
   * January(10)
 * 2020 (180)
   * December(26)
   * November(8)
   * October(16)
   * September(16)
   * August(16)
   * July(12)
   * June(15)
   * May(8)
   * April(17)
   * March(25)
   * February(12)
   * January(9)
 * 2019 (175)
   * December(22)
   * November(8)
   * October(16)
   * September(19)
   * August(10)
   * July(18)
   * June(14)
   * May(10)
   * April(16)
   * March(19)
   * February(17)
   * January(6)
 * 2018 (133)
   * December(19)
   * November(15)
   * October(8)
   * September(17)
   * August(9)
   * July(4)
   * June(11)
   * May(11)
   * April(12)
   * March(11)
   * February(7)
   * January(9)
 * 2017 (471)
   * December(10)
   * November(100)
   * October(12)
   * September(49)
   * August(14)
   * July(24)
   * June(24)
   * May(61)
   * April(24)
   * March(36)
   * February(61)
   * January(56)
 * 2016 (502)
   * December(24)
   * November(30)
   * October(57)
   * September(78)
   * August(60)
   * July(63)
   * June(68)
   * May(39)
   * April(4)
   * March(25)
   * February(24)
   * January(30)
 * 2015 (222)
   * December(21)
   * November(21)
   * October(12)
   * September(17)
   * August(13)
   * July(14)
   * June(40)
   * May(16)
   * April(13)
   * March(27)
   * February(19)
   * January(9)
 * 2014 (225)
   * December(9)
   * November(13)
   * October(21)
   * September(17)
   * August(10)
   * July(15)
   * June(12)
   * May(28)
   * April(24)
   * March(37)
   * February(20)
   * January(19)
 * 2013 (323)
   * December(20)
   * November(39)
   * October(31)
   * September(8)
   * August(19)
   * July(39)
   * June(50)
   * May(39)
   * April(26)
   * March(25)
   * February(15)
   * January(12)
 * 2012 (133)
   * December(18)
   * November(15)
   * October(6)
   * September(12)
   * August(11)
   * July(4)
   * June(22)
   * May(11)
   * April(7)
   * March(12)
   * February(10)
   * January(5)
 * 2011 (202)
   * December(17)
   * November(10)
   * October(10)
   * September(5)
   * August(9)
   * July(27)
   * June(38)
   * May(21)
   * April(19)
   * March(13)
   * February(20)
   * January(13)
 * 2010 (88)
   * December(10)
   * November(8)
   * October(23)
   * September(7)
   * August(9)
   * July(1)
   * June(9)
   * May(2)
   * April(4)
   * March(4)
   * February(8)
   * January(3)
 * 2009 (62)
   * December(6)
   * November(8)
   * October(8)
   * September(1)
   * August(15)
   * July(5)
   * June(4)
   * May(5)
   * April(3)
   * March(1)
   * February(4)
   * January(2)
 * 2008 (2)
   * December(2)

© 2023 Würth Phoenix GmbH - P.IVA. 01054690217

 * Privacy
 * Cookies
 * Imprint