If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
JSONPath with regular expressions and capture group
I have an interesting scenario where an item collects a text value with multiple lines.
Each row has an instance name and a status. Something like this:
Code:
QMNAME(NAME1) STATUS(Running)
QMNAME(NAME2) STATUS(Running)
QMNAME(NAME3) STA
Run a progran and capture its output in the agent side
Hello, I was looking a lot for a way to run a progran/script in one of my monitoriced hosts and that the zabbix_agent captures the output and send it to the zabbix_server.
I need to execute a little script in ubuntu, and a program in windows xp, that will send the login of the current...