Friends, I'm new in zabbix, recently incorporated to forum. So, in my network I have almost 100 percent of Windows machines, and i'm using UserParameters at conf file to get some things.
For example:
Network cards
Interfaces,
Video Cards
And other. So,...
Search Result
Collapse
4 results in 0.0024 seconds.
Keywords
Members
Tags
-
Regular expression to "cut" line, when pattern occurs
-
Мониторинг динамических логов
Добрый день.
Пытаюсь настроить мониторинг логов в заббиксе. Проблема в том, что названия файла лога меняется каждый день, например:
Пробывал...Code:/var/log/tomcat/access_log.2014-03-06.log /var/log/tomcat/catalina.2014-03-06.log
-
Easy way of parsing a json blob from api endpoint?
I have an endpoint that spits out an array of json blobs on a single line, in random order. It looks like this:
...Code:[{"name":"machine3","status":"up","processes":"2000"},{"name":"machine2","status":"up","processes":"1322"},{"name":"machine5","status":"down","processes":"0"}.... -
Web monitoring: Underscore (_) makes the regular expression always fail. Or does it?
Hello everyone.
I have a very mysterious problem with Zabbix web monitoring and using regular expressions to check fetched content.
I have a web check scenario with one step and that step includes fetching an HTML-page and checking for its contents. The only that the fetched...