Guest User

Untitled

a guest
Feb 1st, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. vpn:/etc/zabbix# zabbix_agentd -p | grep listen
  2. net.tcp.listen[80] [m|ZBX_NOTSUPPORTED]
  3. pptp.listen [t|1]
  4. l2tp.listen [t|1]
  5.  
  6. ==========
  7. root@zabbix:~# zabbix_get -s85.21.247.88 -p10050 -k"pptp.listen"
  8. 2
  9. root@zabbix:~# zabbix_get -s85.21.247.88 -p10050 -k"l2tp.listen"
  10. 2
  11. ==========
  12. less /var/log/zabbix-agent/zabbix_agentd.log | grep pptp
  13. 6722:20120201:153842 Run remote command [/etc/zabbix/pptp.sh] Result [1] [2]...
  14. Sending back [2]
  15.  
  16. less /var/log/zabbix-agent/zabbix_agentd.log | grep l2tp
  17.  
  18. 6722:20120201:153901 Run remote command [/etc/zabbix/l2tp.sh] Result [1] [2]...
  19. Sending back [2]
Advertisement
Add Comment
Please, Sign In to add comment