New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
anyone familiar with the solusvm API? are you selling solusvm VPS? Input needed for my php script
Hi guys,
I have written a PHP script which uses the solusvm API to check the vps status. The script will use cronjob to connect to solusvm client API and grab the server stats (server status, hdd, mem, bw usage) every 15-30 minutes.
http://docs.solusvm.com/client_api
The script works perfectly well (let me know if you want some screenshots
) however my biggest concern is if constantly checking the client API https://:5656 (again, every 15-30 mins) will have any big impact on the master's overall performance
If you are selling solusvm based vps or if you are familiar with solusvm, please let me know what you think about this.
Thanks guys
Comments
Hi, We are selling SolusVM vps. I want a demo for your script.
15 - 30min intervals should not harm the SolusVM master much at all. I think its a pretty safe interval.
@FtpIt_Radi there is no live demo, are you willing to test the script on your end? if so I can give you a link and a license key.
screenshots also available. let me know if you are interested
Post some screenshots here.
sure:
dashboard:
http://postimg.org/image/nxn8kz3zl/
actions:
http://postimg.org/image/i1taxkooh/
delete:
http://postimg.org/image/mz6vioqnl/
log:
http://postimg.org/image/3rjqm38c1/
login:
http://postimg.org/image/rwkg3ssmp/
settings:
http://postimg.org/image/4mavlv5kh/
let me know what you think
What are these... screenshots for ants?
@fluidryno fixed that.
No they're screenshots for kids who can't read good.
Looks nice! A lot fancier than my MiniVPS Control Panel written in bash + dialog [1].
Screenshots:
[1] https://gist.github.com/qrwteyrutiyoup/6876e6687ac1ac8eb36c
thanks dude. I have made a few changes over the past 2 days. Added port monitoring (80, 443, 2083 etc), using ping instead of api to check online/offline status.
here is the screenshot:
http://postimg.org/image/iq0q7316t/full/
I did something similar last year, solus's client API is really limited in terms of what you can do with it