Comments on: Linfo – Shows Linux Server Health Status in Real-Time https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Sat, 28 May 2022 15:46:11 +0000 hourly 1 By: Thomas https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-1808504 Sat, 28 May 2022 15:46:11 +0000 https://www.tecmint.com/?p=25659#comment-1808504 Hi, I did not want “anything” to download files from linfo so I added a .htaccess file in the linfo directory:

$ cat .htaccess 
RewriteCond %{REQUEST_URI} ^(/|/index\.php)$
RewriteRule . - [F,L]
RewriteRule . index.php [QSA,L]
]]>
By: Aaron Kili https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-910452 Sun, 03 Sep 2017 12:34:19 +0000 https://www.tecmint.com/?p=25659#comment-910452 In reply to Rahul Dange.

@Rahul

Try to post an issue about this on the Linfo Github repository to get more clarification.

]]>
By: Rahul Dange https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-909668 Thu, 31 Aug 2017 11:24:40 +0000 https://www.tecmint.com/?p=25659#comment-909668 Hi Aaron Kili,

UI linfo is working great but when i tired “Running Linfo in Ncurses Mode” but not able to run even through successful compilation on Ubuntu 14.04 32bit this command give me permission error.

“sudo echo extension=ncurses.so > /etc/php5/cli/conf.d/ncurses.ini” ——> bash: /etc/php5/cli/conf.d/ncurses.ini: Permission denied

also ncurses.ini file is not present after compilation.

Can you please help !!!

]]>
By: Aaron Kili https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-896839 Fri, 23 Jun 2017 05:33:35 +0000 https://www.tecmint.com/?p=25659#comment-896839 In reply to Imtiyaz.

@Imtiyaz

Linfo works on a single system, to offer the functionality you have described you’ll need to modify it a little. But try to find more from the developer at: https://github.com/jrgp/linfo

]]>
By: Imtiyaz https://www.tecmint.com/linfo-shows-linux-server-health-status-in-real-time/comment-page-1/#comment-896782 Thu, 22 Jun 2017 23:35:31 +0000 https://www.tecmint.com/?p=25659#comment-896782 Hi Thanks Aaron Kili,

Can we run the configure from single system and get the report of multiple Linux server in the environment. And get the email report at specific time interval.

]]>