TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Linux server monitoring web dashboard

175 pointsby afaqurkover 11 years ago

17 comments

carbocationover 11 years ago
I believe the memory assessment will always show basically no free memory due to Linux's memory management and caching. It would make more sense to subtract out the cache to see what's really used and what's just being (smartly) cached.
评论 #7125837 未加载
评论 #7129451 未加载
riquitoover 11 years ago
Nice interface, but it&#x27;s a bit strange to me that it uses shell exec for every kind of measure.<p>e.g. # uptime.php &lt;?php echo (int) (shell_exec(&#x27;cat &#x2F;proc&#x2F;uptime&#x27;)&#x2F;(60*60));
评论 #7125849 未加载
评论 #7129501 未加载
zarothover 11 years ago
Be careful of any externally controllable strings which might allow XSS and give panel access to an attacker.<p>More of a problem for admin dashboards which have two-way control, which this one must if it can do on-demand refresh.<p>That&#x27;s why I prefer munin static pages.
ivan_ahover 11 years ago
Very cool.<p>How difficult would it be to create widgets that show application-level stats like number of visitors on site or conversion rates (e.g. calculated from google analytics).<p>I&#x27;m tired of having to loging to google analytics, lulu.com, and gumroad in three different tabs....
评论 #7125311 未加载
评论 #7125834 未加载
k0over 11 years ago
Not much different than conky...except the web service part.<p><a href="http://conky.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;conky.sourceforge.net&#x2F;</a>
评论 #7126933 未加载
评论 #7126088 未加载
robinhoodexeover 11 years ago
Neat, I&#x27;d like this to monitor my Pi... Just because I can.
评论 #7126332 未加载
paweloover 11 years ago
I made similar dashboard app a year ago, written in python with extensible and configurable metrics <a href="https://github.com/Eyjafjallajokull/aboco" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Eyjafjallajokull&#x2F;aboco</a> also supports application-specific stats.
Edmondover 11 years ago
you sure you don&#x27;t want to make a go at turning this into a full blown product? Imagine a more modern version of webmin. Very nice.
评论 #7125852 未加载
评论 #7125638 未加载
sneakover 11 years ago
Better idea: output the output of ohai and then handle the display in JS.
abababover 11 years ago
Could you add installation&#x2F;setup instructions?
评论 #7125532 未加载
_offsetover 11 years ago
Minor typo on the header: Dashboad<p>Looks really nice. Was this built for Debian-based distros?
评论 #7125866 未加载
vinodhdavidover 11 years ago
True using PHP would also have server dependant issues as well as security issues. I feel PHP is a web framework and would suggest using a application framework for this.
martiusover 11 years ago
I think you should remove the animation on the numbers: it prevents the user from reading quickly valuable info (and isn&#x27;t really useful anyway).<p>Still, the interface is really cool!
jqmover 11 years ago
Very Cool. Would be nice to show Apache access logs as well (careful parsing those:).
Cyberpewover 11 years ago
This looks very nice!<p>However, multi-server support would make this even more amazing.
ronaldsvilcinsover 11 years ago
Pretty awesome!
jdiez17over 11 years ago
The interface looks very nice but no thanks, I&#x27;m not going to install PHP on my servers to have it. I&#x27;d totally set it up if it weren&#x27;t for PHP. The risk is just too great to ignore.
评论 #7126570 未加载
评论 #7126528 未加载
评论 #7126634 未加载
评论 #7126513 未加载