Can Zabbix web monitoring be performed through a zabbix proxy? [closed] - zabbix

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have a Zabbix 2.0.5 instance.
If I configure a web test in a host with monitoring configured to go through a Zabbix proxy, the test won't ever run.
When I change the host settings not to use a proxy the test runs again.
The question is: can I run web checks from a different host than the main Zabbix server? How?

You can since Zabbix 2.0: https://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#web_monitoring_by_zabbix_proxies
Make sure proxy is compiled with web monitoring support (--with-libcurl parameter - check proxy startup messages in the logfile).
Remember that proxies update their configuration data once an hour by default. If it is an active proxy, you can try restarting it. If it is a passive proxy, for testing set ProxyConfigFrequency in the server configuration file to 300 or so and restart server.

Related

Setting external ip on VM instead of internal [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I currently got a GCE vm, and by default I got a internal IP, and a external IP. The internal is configured on the machine, and external is setup with firewall configurations.
Trying to setup cPanel on this server, it always referes to the internal ip.
Is it possible to run GCE with the external IP on the instance/VM?
Thanks /Fredrik
Currently there is no way to map an external IP address to a GCE instance directly. All communication is NATed to the internal address.
You can, however, access the external address programmatically via the metadata server:
http://metadata/computeMetadata/v1beta1/instance/network-interfaces/0/access-configs/0/external-ip
I've never set up cPanel so I can't give you any guidance there.

Connect to mysql via SSH2 without an open port [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a server which I can connect to via SSH, this server is running mysql. I don't have access via port 3306. Many years ago I got around this using SSH tunnelling but can't get it working at the moment. The steps I thought I used where
1) Connect to a command prompt on the server via putty
2) Issue some command to setup the tunnel
3) Connect MySQL Workbench via 127.0.0.1 which would forward packets to the server.
It's step 2 that is causing me problems. I am connecting from windows to Enterprise Linux 5.
I don't know what is exactly the answer. But I suggest to look at the following.
use plink.exe
or use the following link to set up tunnel from windows to linux.
https://howto.ccs.neu.edu/howto/windows/ssh-port-tunneling-with-putty/

ejabberd server domain field [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I tried installing ejabberd on my linux 12.04 machine but I am a bit confused as to what goes into the ejabberd server domain field. I put in localhost but when I start, it opens an error page. I installed using a binary file I downloaded from the process one website. Anybody knows what exactly should go into that field? Thank You.
Think of the domain name as the name that will serve you. For example, if you create a xmpp server for domain users inside your company example.com, the domain is example.com, since accounts with which users will be connected user1#example.com, user2 # example . com, etc. ..
A single server can serve different domains ejabberd.
As discussed ppolv, usually coincides with the name of your domain in your network, you can configure as well, for example, the DNS server SRV records required for the XMPP protocol.

how to configure local ejabberd sever with pidgin? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have installed ejabberd server locally (localhost:5280), now question is how to configure local ejabberd sever with pidgin ?
As usual jabber client, at first run pidgin, enter:
Protocol - XMPP
Domain - ejabberd host
Resource - 5280
username and password of user which you can create in ejabberd admin web page, http://192.168.0.1:5280/admin. Input all this data and click add.
Run ejabberd.
Now you can connect with pidgin or other jabber client.

Change pop/smtp settings for exchange server 2007 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I spend couple of hours on Microsoft exchange server and I couldn't figure out how I can change the smtp server/port and the incoming mail server. Keeping in mind we rely on a shared hosting for this purpose. Basically I'm using hostmonster for this purpose:
Outgoing Mail Server: (SSL): host216.hostmonster.com (server requires authentication) port 465
Incoming Mail Server: (SSL): host216.hostmonster.com IMAP: port 993, POP: port 995
Does anyone have any experience with such application?
On-premise Exchange doesn't have an out-of-box function to scrape the POP/IMAP data out of your host. You can relay through them, but, if you wanted the POP/IMAP mail to be retrieved by Exchange and cached in local mailboxes, you'd have to look for a third party add-on.
Exchange doesnt have POP3 support. The only solution was to use a third party addon: http://www.servolutions.com/popcon.htm