Maybe I am looking for the "wrong thing" in this page: http://www.zabbix.com/documentation/...pendix/api/api
but I cannot find the API for managing the Web test Scenarios?
Is this really missing or am I going blind?
Search Result
Collapse
22 results in 0.0021 seconds.
Keywords
Members
Tags
-
Json api missing for web scenarios??
-
help with MySQL join
Hello All,
I am having trouble writing a MySQL JOIN statement. What I want to do is get a list of web check items with this information (table.column)
applications.name, httptest.name, httpstep.name, httpstep.url
Any help would be appreciated. -
Web Check goes from "problem" to "unknown" in 0ms
I have a trigger for a web check in 1.8.4 that looks like this:
{host:web.test.time[Case Search, Results,resp].last(#1)}>10
When I force the trigger to fail, I see that it goes from OK to problem, and then directly to "unknown" The 'duration' of the problem... -
web check for an Alfresco install?
Has anyone gotten a web check successfully working for an Alfresco (http://www.alfresco.com)?
When I pull the site via wget I get a 500 error, but the page renders happily in a browser. I'm guessing libcurl in Zabbix is having a similar issue.
[root@sfo-it-zabbix-prod-01... -
-
Многоуровневая проверка web-сервиса
Приветствую!
Причина запроса: время от времени на одном из уровней иерархии возникают проблемы с отдачей файлов. Хотелось бы максимально быстро локализовывать очаг проблемы. А не ползать вручную по всей иерархии и не искать проблему вручную.
Дано: есть...Last edited by Anth0ny; 16-03-2010, 09:35. -
Web check: how to check for substring of JSESSIONID variable?
Hi all,
I am attempting to make my web checks smarter, and need to be able to check the last 6 characters (or anything after a "." in the JSESSIONID) to see which node in the cluster a web check is failing against.
Is this possible under Zabbix 1.6.6 or 1.8? ...