Follow-up on "Linux server monitoring tools"
1–10 of 23 posts
Re: Follow-up on "Linux server monitoring tools"
#2> It is easily extensible from its architecture which just calls the php exec() function and sends it to an ajax request.
I presume the network police have already revoked somebody's license to run a server, yeah?
Re: Follow-up on "Linux server monitoring tools"
#3From the description of linux-dash: > It is easily extensible from its architecture which just calls the php exec() function and sends it to an ajax request. I presume the network police have already revoked somebody's license to run a server, yeah?
Re: Follow-up on "Linux server monitoring tools"
#4And just for metrics, collectd is great too.
Re: Follow-up on "Linux server monitoring tools"
#5From the description of linux-dash: > It is easily extensible from its architecture which just calls the php exec() function and sends it to an ajax request. I presume the network police have already revoked somebody's license to run a server, yeah?
Re: Follow-up on "Linux server monitoring tools"
#6Widening the net a bit but since you added network-connected monitoring, check out sensu. It's backward-compatible with nagios plugins and handles cloud systems very well (no need to restart the server every time a host is being added/removed). It's also capable of extracting system metrics and forward them to graphite/... . Really great tool. And just for metrics, collectd is great too.
Re: Follow-up on "Linux server monitoring tools"
#7From the description of linux-dash: > It is easily extensible from its architecture which just calls the php exec() function and sends it to an ajax request. I presume the network police have already revoked somebody's license to run a server, yeah?
I also believe that exec() is not dangerous if you use it right, and if your www-data/apache-user do not got any sudo rights to risk someone to take advantage of your machine. This have been proved from various sources, if i know right. I understand it can be a security hole if you let the user write anything, but this is eg. not the case with Linux-dash.
especially if that machine is single purpose, which most of mine are.
Re: Follow-up on "Linux server monitoring tools"
#8From the description of linux-dash: > It is easily extensible from its architecture which just calls the php exec() function and sends it to an ajax request. I presume the network police have already revoked somebody's license to run a server, yeah?
I also believe that exec() is not dangerous if you use it right, and if your www-data/apache-user do not got any sudo rights to risk someone to take advantage of your machine. This have been proved from various sources, if i know right. I understand it can be a security hole if you let the user write anything, but this is eg. not the case with Linux-dash.