
Hi all
i have recently added my openvpn server to observium server for openvpn application monitoring. i have installed {{ xinetd and copied the openvpn script to }}/usr/lib/observium_agent/local/openvpn path. I have opened the openvpn server management port by adding 1st line as "management 10.100.115.220 49000 /etc/openvpn/pass.txt and then restarted openvpn and xinetd. When i checked using netstat on openvpn server the server is listening on tcp port 49000.{{}}
i can access the management console of openvpn when i run the following command from my observium server "telnet 10.100.115.220 49000" followed by a password. But i cannot see the graphs of load and users connected in the Web GUI. I have checked RRD folder also of the device there is no rrd file named openvpn.rrd or so.
The unix agent is already added to observium server and when i do "telnet 10.100.115.220 36602 | grep openvpn" then i get the following output :
(nobody,223056,32312,0.2) /usr/sbin/openvpn --config vpn-routing.conf --daemon vpn-routing (nobody,195680,15056,2.3) /usr/sbin/openvpn --daemon --writepid /var/run/openvpn/vpn-bridge.pid --cd /etc/openvpn/ --config vpn-bridge.conf
But i cannot see the graphs in web gui someone please help.
Thanks