Доброго дня
Есть задача получать из докер контейнера номер версии приложения через system.run и сравнивать его с эталонной
На хосте под учёткой заббикса команда...
Search Result
Collapse
13 results in 0.0030 seconds.
Keywords
Members
Tags
-
Мониторнг докер контейнера через system.run
-
cianyeah started a topic The monitoring item with the key "system.run" cannot be added to the templatein Zabbix HelpThe monitoring item with the key "system.run" cannot be added to the template
I attempted to add a monitoring item in a template or host. The type is set to "Zabbix agent (active)", the key is system.run[ipconfig], and the information type is "Text". However, after clicking the "Add" button, the browser immediately shows "Hmmm... can't readch...
Last edited by cianyeah; 05-09-2024, 02:45. -
Macro array for remote script
I created a PowerShell script that collects some file data from a Win 2008 VM.
Something like this:
...Code:param ($ARQS) $DATAATUAL = Get-Date -Hour 0 -Minute 0 -Second 0 $PATH = "C:\FTP\import\*" $FILELIST = Get-ChildItem -Path $PATH -Include $ARQS
Last edited by markfree; 09-07-2022, 14:18. -
How to filter the results from a system.run[*] command?
So say if I run netstat -t and see all the TCP connection how would I filter out all the local host and local network connections?
How do I filter results I get from system.run[*] in general and then use what I have filtered as a trigger or an alert?
Thanks. -
Runnig PowerShell script using externalscripts / system.run on Linux.
Hi Everyone,
I am working on running some PowerShell scripts BUT - on linux, pswh works well in general from the command prompt, here is the simply command that check the date:
However when trying to run it as an item I am getting an error:
... -
Zabbix Agent system.run
I was trying to monitor my router temperatures but I keep getting an error with my "system.run[comand]".
I'm using a RT-AC86U Asus router and I can check its CPU and wireless chips temperatures while at the routers command line without a problem.
CPU, Radio 1 and Radio 2:...Last edited by markfree; 01-06-2020, 16:18. -
Command output
Hi all.
I'm trying to post the output from the command top on the screen I've just created for some servers. I've created an item inside the template called list running process with the key system.run[top] but the output its so strange. I've tried to change the type of information but its not... -
Output from a curl command using system.run
I have an active Zabbix item running a curl command on my server.
When I run this curl command manually the output is a number.Code:system.run[curl http://localhost:8080/mypage]
but in Zabbix I get:
...Code:% Total % Received % Xferd Average Speed
-
Regexp trigger for system.run not keeping state
I have a script that runs as an active check on the agents that will either return 'OK' or 'ERROR - .....'.
The problem is although the trigger fails on each run with the same result, it seems to be resetting and creating a new event. The check is every 60s so I have an event every 60s... -
system.run questions
Hi All,
I would need help for the following system.run issues, thank ahead.
Linux agent:
It is fine to run normal commands such as ls, df, etc. But it is not able to run PING, IFCONFIG, MTR, etc. It shows permission denied. I have tried to grant root permission for... -
Problems running sytem.run item with script in (x86) folder
When I run an external command using system.run[] in the windows 32bit program files folder I don't get any results.
I try to do the following;
...Code:system.run[C:\Program Files (x86)\Zabbix Agent\myscript.vbs,nowait] system.run["C:\Program Files (x86)\Zabbix Agent\myscript.vbs",nowait]
-
result always 0
Hello !
I have a problem with system.run.
I have always a result at 0 !
It's command line not usual. With command line usual, it's perfect (example : find, ps ...) but with command line HP it's not same (example : hplog, hpacucli).
normaly my command :
shell >...Last edited by Biobabar; 01-03-2011, 15:20.