ispCP - Board - Support
Graphs of system loads - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: Graphs of system loads (/thread-8420.html)



Graphs of system loads - data-stream_ru - 11-12-2009 04:54 PM

I want to draw the attention of developers on the project check_sys
This project shows graphs usage basic system resources.
And he using for presence of dispatching station to collect data of meny servers, it can be easily reconfigured to work entirely within the one server.
Demo can be found here
http://main.data-stream.ru/check_sys/
Login/pass - demo/demo

Thus, the project can be integrated into the admin area by simply changing the design and adding pages in the admin area.

-----

The ispCP has a significant disadvantage.
Impossible to control how much each user overloads the system resources. Trafic control is not actual for unlimeted tarifs.
Must be used and do parsing page apache
<Location /serverstatus>
SetHandler server-status
Order deny, allow
Deny from all
Allow from 127.0.0.1
</ Location>
to monitor the load created by each domain. If only for http / https

--
Sorry for my english Sad


RE: Graphs of system loads - gOOvER - 11-12-2009 05:20 PM

the graphs looks like Munin Smile


RE: Graphs of system loads - data-stream_ru - 11-12-2009 08:22 PM

(11-12-2009 05:20 PM)gOOvER Wrote:  the graphs looks like Munin Smile

Maybe it can be integration into ressellets area.
Maybe by option.

My resellers ask me "What about server overloading?!"
I sey them "Do not ask me, see in on-line statistics at the graph!"
Thise statistics are open for all of my users.
Project "check_sys" (http://matya.pl/check_sys/ and you can found it at sourceforge.net) do not need to testing and development. It can be integrated by one step.

And so.... what about my second Q for domains owerloading?