What's new

Closed Site monitoring

Status
Not open for further replies.

-Mithrandir

Eternal Poster
Joined
Feb 1, 2019
Posts
809
Reaction
570
Points
285
Sino po marunong mag install ng site monitoring dito. pahelp naman po TYA
 
eto gamit ko sa openvpn ko na retired na XD,
You do not have permission to view the full content of this post. Log in or register now.
mabilis lang install.
after install
add mo lang tong line sa config ng openvpn server
Code:
management 127.0.0.1 5555
//or any available port na ikaw lang may-alam
 
Last edited:
eto gamit ko sa openvpn ko na retired na XD,
You do not have permission to view the full content of this post. Log in or register now.
mabilis lang install.
after install
add mo lang tong line sa config ng openvpn server
Code:
management 127.0.0.1 5555
//or any available port na ikaw lang may-alam

Code:
docker run -p 80:80 ruimarinho/openvpn-monitor

eto ba i-install lods?
 
eto gamit ko sa openvpn ko na retired na XD,
You do not have permission to view the full content of this post. Log in or register now.
mabilis lang install.
after install
add mo lang tong line sa config ng openvpn server
Code:
management 127.0.0.1 5555
//or any available port na ikaw lang may-alam

May mali po ba?
 

Attachments

eto gamit ko sa openvpn ko na retired na XD,
You do not have permission to view the full content of this post. Log in or register now.
mabilis lang install.
after install
add mo lang tong line sa config ng openvpn server
Code:
management 127.0.0.1 5555
//or any available port na ikaw lang may-alam

saan po ilalagay yung code? and bali port lang po ba papalitan? port ng pivoxy/squid mo or another port po?
 
madali lang ilagay yan lodi.. Hindi 5555 ang gamit ko.. Kasi naalala ko way back yr 2011.. Ginamit ko yan.. 7505 ang port na ilagay mo pati sa management 127.0.0.1 7505
 
Updated 08-08-19 10:31 AM
apt-get update && apt-get upgrade
apt-get -y install git apache2 libapache2-mod-wsgi python-geoip2 python-ipaddr python-humanize python-bottle python-semantic-version geoip-database-extra geoipupdate
Eecho "WSGIScriptAlias /openvpn-monitor 3" > /etc/apache2/conf-available/openvpn-monitor.conf
a2enconf openvpn-monitor
systemctl restart apache2
cd /var/www/html
git clone You do not have permission to view the full content of this post. Log in or register now.
cd /var/www/html/openvpn-monitor
cp openvpn-monitor.conf.example openvpn-monitor.conf
python openvpn-monitor.py
 
Last edited:
Status
Not open for further replies.

Similar threads

Back
Top