Although I have several years of experience with Zabbix, I hadn't tried Web Monitoring yet and today decided to give it a try. Initially I created a scenario for monitoring of Zabbix GUI, loosely following the manual and it all works like a charm.
Now I want to go further and monitor Web interface of our Intranet server and it is where the fun begins.
It is based on MS Sharepoint (IIS, that is) and user authentication is done by presenting a popup window which asks for username and password. For Windows client its just the regular login window, like one you get when you try to connect to some share over the net, etc.
So, I am wondering if it is possible to feed the credentials to that thing somehow?
Should be no problems when I get past this point.
Thanks in advance,
Ervins
Now I want to go further and monitor Web interface of our Intranet server and it is where the fun begins.

It is based on MS Sharepoint (IIS, that is) and user authentication is done by presenting a popup window which asks for username and password. For Windows client its just the regular login window, like one you get when you try to connect to some share over the net, etc.
So, I am wondering if it is possible to feed the credentials to that thing somehow?
Should be no problems when I get past this point.
Thanks in advance,
Ervins
to dig into the code to take advantage of libcurl's "cookie jar" option so that cookies persist over web monitoring steps and see how to patch zabbix_server.

w@host/whatever
Comment