It looks like a cool project and the interface pretty well done too. Good job.<p>Is there something particular you want to specifically mention that has happened since you last shared the app five months ago? - <a href="https://news.ycombinator.com/item?id=7125153" rel="nofollow">https://news.ycombinator.com/item?id=7125153</a><p>Anyways, as this is shared here on a developer oriented forum, it would be fitting to speak of the actual implementation too. Taking quick look at the source, it seems to have some security issues ranging from XSS to potential CE. These seem to arise from common bad practices.<p>I would advice going through the source code and making sure all values you echo as JSON are properly encoded and that you don't use anything as-is in a shell command.<p>Few examples:<p>- <a href="https://github.com/afaqurk/linux-dash/blob/7bd5dcb637f815702bcd40e9058fd6604d62df4c/sh/where.php#L15" rel="nofollow">https://github.com/afaqurk/linux-dash/blob/7bd5dcb637f815702...</a>
- <a href="https://github.com/afaqurk/linux-dash/blob/7bd5dcb637f815702bcd40e9058fd6604d62df4c/sh/ip.php#L18" rel="nofollow">https://github.com/afaqurk/linux-dash/blob/7bd5dcb637f815702...</a>
- <a href="https://github.com/afaqurk/linux-dash/blob/7bd5dcb637f815702bcd40e9058fd6604d62df4c/sh/ip.php#L31" rel="nofollow">https://github.com/afaqurk/linux-dash/blob/7bd5dcb637f815702...</a>
This has really come a long way since I last used it however I wish it didn't have the php dependency (not so much php, but php+apache/nginx).<p>IMO something self contained like a static (go) binary or another language that could host its own servers (node, java, etc) would be much better
Take a look at Amonone - <a href="https://github.com/martinrusev/amonone" rel="nofollow">https://github.com/martinrusev/amonone</a>
It is a lightweight monitoring tool written in Python with charts for all system(cpu,disk,network,etc) and process metrics(cpu/memory). Plus it has alerting with email/sms notifications.
Redhat is pushing their new "cockpit"[1] project very hard for their new "Project Atomic"[2] initiative.<p>[1] <a href="http://cockpit-project.org/" rel="nofollow">http://cockpit-project.org/</a>
[2] <a href="http://www.projectatomic.io/" rel="nofollow">http://www.projectatomic.io/</a>
Also check out Cockpit [0] for a similar, pre-dating project.<p>[0] <a href="http://cockpit-project.org" rel="nofollow">http://cockpit-project.org</a>
I been using this one -> <a href="https://github.com/abimaelmartell/system_monitor" rel="nofollow">https://github.com/abimaelmartell/system_monitor</a><p>I tried yours, but i was to buggy when i tried it, also insecure. I saw some exec($COOKIE).<p>Hope you improved it. I will give a second try!
Do you have plans to break apart the monitoring and reporting, so that one monitoring node could monitor the statistics of multiple servers? Something like www.scoutapp.com (proprietary) or Cacti (open source). That would be really cool. I'm growing a network of 100's of servers, and not about to pay scoutapp $10 per server... so something equivalently nice looking, but open source, would be awesome.
Awesome. Can you make it work on a mobile? I can only assume its the viewport meta tag with user-scalable=no.<p>The design isn't exactly setup for mobile so you may as well make it work like a real webpage.