Nikki
New Member
Ah, the good old multi-host looking glass. But re-done with Laravel and Python.
It's simple to explain, it's a web script that lets you ping and traceroute to ip addresses and hostnames, which could be extremely useful for hosts who want to provide a multi-server looking glass from their locations.
It has two parts, the frontend and the backend python script. The python script gets installed on the servers which run the queries, and the frontend installed on a webserver with PHP 5.3+
I'm not entirely sure how secure it is/if it has any bugs, so please exercise extreme caution and report any issues you see. It uses very simple authentication, so you may wish to firewall it still. I also recommend looking into different ways to process the laravel queue (such as beanstalkd or even the queue listener that is built in), since right now it will process it right away, and it may take a long time if a lot of servers are added/some servers are down.
Example:
http://lowendping.nikkii.us/
Source:
https://github.com/nikkiii/lowendping
It's simple to explain, it's a web script that lets you ping and traceroute to ip addresses and hostnames, which could be extremely useful for hosts who want to provide a multi-server looking glass from their locations.
It has two parts, the frontend and the backend python script. The python script gets installed on the servers which run the queries, and the frontend installed on a webserver with PHP 5.3+
I'm not entirely sure how secure it is/if it has any bugs, so please exercise extreme caution and report any issues you see. It uses very simple authentication, so you may wish to firewall it still. I also recommend looking into different ways to process the laravel queue (such as beanstalkd or even the queue listener that is built in), since right now it will process it right away, and it may take a long time if a lot of servers are added/some servers are down.
Example:
http://lowendping.nikkii.us/
Source:
https://github.com/nikkiii/lowendping
Last edited by a moderator: