I have downloaded the following file I have downloaded the file zabbix-release_latest_7.4+ubuntu24.04_all.deb.
run the dpkg -i on the file and then ran up did an apt update.
I then tried to install zabbix-agent and got the following error.
apt install zabbix-agent...
Search Result
Collapse
11 results in 0.0032 seconds.
Keywords
Members
Tags
-
Ubuntu 24.04 cannot install zabbix-agent
-
Count directory files for current day
Hey guys.
I need some help with monitoring the number of XML files in a Windows directory.
For that, I have tried this item key.
This should count the XML files that match the regular expression...Code:vfs.dir.count["E:\dir\path","\d+.xml",,file,,0,,,,1d]
Last edited by markfree; 15-08-2023, 16:13. -
File discovery based on a pattern
I need to monitor some files that are dynamically generated everyday.
They all have a dynamic timestamp prefix and a constant suffix.
Something like this:
20220709101112_file_name.txt
With that, I can write a simple script to find and list all the new files.
I could... -
CSV to JSON adding brackets and backslashes
I've created a discovery rule that collects a list of files.
The list goes something like this:
...Code:$ zabbix_get -s PXW1CEADG016 -k system.run["powershell.exe -File C:\zabbix\scripts\mailing_file_stats.ps1"] name C:\FTP\import\bkp C:\FTP\import\20220709013444_cacs10_v83.txt
Last edited by markfree; 10-07-2022, 00:44. -
Trigger alert if the file cksum is different that 1347961993
Hi, I need to create a trigger that would fire if file content checksum is different than a particular value. I know that I can create a fs.file.cksum[/home/user/result.txt].diff()} =1 but the check is running every 1 minute, so the alert will disappear after a 1 minute from dashboard. I want to compare... -
How to create zabbix variable through a txt file
Hi
How to create zabbix variable through a txt file? -
Read text file
Hello,
Server 2.2.2, Client 2.2.7. I need read text file (log, txt and etc.) and show it in Latest Date. What I do:
1/ Create Template
2/ Create Application - Log TXT
3/ Create Item:
name Log Text
type Simple... -
UserParameters and redirecting to a file in zabbix
Related to this post:
http://www.zabbix.com/forum/showthre...4113#post94113
I want to be able to redirect the output of a script into a file and perform a diff in zabbix. Is that possible?
UserParameter=vfs.file.md5deep[*],find $1 -name "*"... -
Get age of latest file in folder
Hi,
I am in the process of migrating from Nagios. One feature that I used on Nagios was to check if a backup had happened on a server.
I did this by checking the age of the newest file in a specific folder. If the file was older than 25 hours it would alert me.
... -
Windows agent log file location
Hello,
I'm trying to set the log file location of a windows agent to "c:\Program Files\Zabbix". This doens't seem to work. No problems when I point it to e.g. C:\Zabbix.
Checked the ACL, same as on C:\Zabbix so it isn't a rights problem. My guess is the agent... -
Custom Macro & File exist check
Good morning everybody
I have to monitor a workflow, which includes Sheduled Tasks (Windows).
Those sheduled tasks execute various batch scripts. Those batch scripts create
from a input file, a convertet output file.
Problem:
I need to check...