![]() |
feature request: imitation of apache directive SetHandler server-status
It would be interesting if litespeed could support the apache directive
SetHandler server-status to get a little text based status report for the server and currently open connections. Obviously low priority but just an idea for one more bit of apache compatibility. I should point out apache also has two options that are handy server-status?notable server-status?auto I think it all comes from mod_status |
Real-Time Stats (Admin CP -> Actions)
|
Yes I am aware of that feature but in some situations I want to give others access to the activity without admin access to the server.
This way I just pw protect the directory and give them access that way. Maybe the stats could be accessed via some kind of api. |
|
Oh wow, never knew about that.
I really need to catch up on all the newer 4.x+ stuff. |
cacti method is pretty old, didn't really get it working myself but you can also grab info from .rtreports http://www.litespeedtech.com/support...ead.php?t=5560 :)
|
rrdgraph just out from 4.1.9 --- http://www.litespeedtech.com/support...aph_monitoring
it's the initial version and will improve later per user's feedback |
sweet thanks Gary for heads up
looks like whm/cpanel rrdtool path is different http://www.litespeedtech.com/support...1188#post31188 |
Ah I see what it does http://localhost:7080/status?rpt=summary
Except we don't run admin panel on standard port and use SSL ;) You'll have to allow config somewhere for other advanced users, and I recommend a curl option with -k to ignore certificate. Basically I can use that exactly like the apache server-status handler Keep up the great work! Code:
$url='http://localhost:7080/status?rpt=summary'; |
| All times are GMT -7. The time now is 07:32 AM. |