Ad Widget

Collapse

Integrating Package Change Alerts with Zabbix on LinuxAndIncluding Vendor Information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • YasinTa
    Junior Member
    • Apr 2024
    • 2

    #1

    Integrating Package Change Alerts with Zabbix on LinuxAndIncluding Vendor Information

    As we know, Zabbix notifies any package changes on a Linux OS as an alert. Example alert: 'Linux: Number of installed packages has been changed'. Now, how can I view this changed package information and generate alerts for it? Another question I have is, I want to send the vendor information of these installed packages as an alert. In Linux, we can see the vendor information of a package with the command you can see below. I'm actually researching and wanting to learn how to integrate this with Zabbix. If anyone has experience or ideas on this topic and shares, I would be very pleased

    Example command and output (packages vendor info)

    /bin/rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} %{VENDOR}\n"|grep -i expect
    python3-pexpect-4.3.1-3.el8-noarch Red Hat, Inc.

    Thans a lot
    Yasin
Working...