We need to check some internal applications that use windows authentication. How can we make this work?
Ad Widget
Collapse
Windows Authentication
Collapse
X
-
-
The only way I can think of doing this is to change the user the Zabbix client services runs under to a domain user that is allowed to access those sites and write a script that the agent can run to do the checks.
Alternatively you could write a web page that runs on a windows box that allows anonymous access (or login via post or url params) and does the checks for you. To do that you need to change the anonymous user account for that check site to a valid domain user that can access the sites needed.Comment
-
Let me mention that zabbix is running on linux. Anyone know how to set up an account on a linux machine to authenticate to NTLM? I was looking at samba (we can't use keberos here), but it seems like it is meant for a linux server to act as a server. I would imagine this is possible though.The only way I can think of doing this is to change the user the Zabbix client services runs under to a domain user that is allowed to access those sites and write a script that the agent can run to do the checks.
Alternatively you could write a web page that runs on a windows box that allows anonymous access (or login via post or url params) and does the checks for you. To do that you need to change the anonymous user account for that check site to a valid domain user that can access the sites needed.
Your anonymous idea would be valid for a few systems, but we really want to get into the applications an test some functionality.
FYI we have played with the new application monitoring in zabbix - that's what we are planning on using.write a script that the agent can run to do the checks.
Thanks alot!
SamComment
Comment