I need to run a ZABBIX setup, where some of my agents is behind firewalls, so the Zabbix server can't connect to the agent.
Every item is setup to be using Zabbix agent (Active) and i got data as expected.
What are the correct to fill-in for "Agent interfaces", for the host?
So I recently switched from initscripts to systemd. Now when I use SSH, gpg-agent tries to save my passwords, but I can't figure out how it got started.It's definitely running, started by systemd (or at least, orphaned such that it is parented on systemd):$ ps aux | grep gpg-agent
aogier 405 0.0 0.1 5436 1352 ?
I've been trying to get ssh-add working on a RaspberryPi running Raspbian.
I can start ssh-agent, when I do it gives the following output into the terminal:
SSH_AUTH_SOCK=/tmp/ssh-06TcpPflMg58/agent.2806; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2807; export SSH_AGENT_PID;
echo Agent pid 2807;
If I run ps aux | grep ssh I can see it is running.
OK, I have an encrypted ssh private key that provides access to a server. My Ubuntu GNOME desktop has an integrated graphical ssh agent (seahorse v3.2.2). That ssh key is in this ssh agent and it's automatically unlocked when I log into my desktop.
I have a new teamcity build agent machine, which when started up tries to connect to the build server and fails. It never shows up in the connected, disconnected or unauthorised agents tabs of the build server web interface.
I've been trying to get ssh-add working on a RaspberryPi running Raspbian.
I can start ssh-agent, when I do it gives the following output into the terminal:
SSH_AUTH_SOCK=/tmp/ssh-06TcpPflMg58/agent.2806; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2807; export SSH_AGENT_PID;
echo Agent pid 2807;
If I run ps aux | grep ssh I can see it is running.
Hi all,
I am puzzled by a problem I have. If I explain as follows...
I have tripwire enterprise (not open source) agent running on one of my rhel4.8 web servers (I have actually tried with two servers with same results).
The agent is a simple install rpm bin file and appears to be running as it should and the server for tripwire enterprise is set up accordingly.
It seems that ssh-agent is not starting on my OpenSuSE system. When I run pgrep -fl ssh-agent, the result is blank. On my Linux Mint laptop, I get 1785 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session x-session-manager.
How do I fix this?
I am having a agent that monitors windows event log and look for service up/down messages and send these messages as trap to zenoss. the agent is set to be run in windows scheduler. The agent is deployed in client device. how can i monitor the agent from zenoss and see whether trap is recived at zenoss at regular intervals. Any ideas??