So, I have Zabbix up and running on my network, and I wanted to access it over SSL. I turned on SSL under apacche2 via the "apache2 startssl" command but I cannot access Zabbix that way. The regular server is still up on port 80 when I do that, so its not an issue with zabbix
...
Search Result
Collapse
22 results in 0.0031 seconds.
Keywords
Members
Tags
-
Zabbix Frontend Web GUI over SSL
-
Populate an item from other host
I have the following problem:
- One 'X' host have the information of 'N' other hosts
- The 'N' hosts have an item that must be populated by the 'X' host.
- These 'N' hosts can change from 'X' hosts
- 'X' can internally know the 'N' hosts, but...Last edited by diegodias; 03-11-2010, 16:02. -
remote monitoring over the internet
I have been trying to set up some the monitoring of a remote server over the internet, both my zabbex server and the remote server are behind firewalls. I have tried opening the ports 10050 and 10051 on both ends and forwarding them on the zabbix end. this does not work. does anyone know what ports... -
Remote command with windows with special rights
Hi again,
My second post today...
I discover zabbix and this features, but I have a question (not really a problem) : I would to restart a windows application with zabbix.
I use "remote command" in action. I tried {HOSTNAME}:echo It works > C:\tmp\mylog.txt, it's... -
Remote Web Monitoring
I have been working on creating some code to give Site Confidence (see: http://www.siteconfidence.com/home.aspx ) style reporting within Zabbix. To do this I have written some code to use Curl and the Tidy libraries to get information about page size / number of objects on the page / dowloand times... -
Execute remote commands on Windows XP
Hi All,
I have installed Zabbix 1.6.4 server (Linux) and 1.6.4 client on Windows XP SP3.
The configurations on both machines and monitoring with Template Windows are ok for client host (Enableremotecommand=1, etc).
When i send:
zabbix-get -s clientIP -ksystem.run["c:\test.vbs",nowait]...