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.
Comments
Very strange prices. 5 servers for $5 but 10 for $20? WTF. It's more profitable to create few accounts and buy a plan for $5 ...
Startup plan price is 10$ for 5 servers, not 5$ for 5 servers: https://fivenines.io/#pricing
(first post here)
Beautiful!
Sadly I missed the promo. Just a few hours late....
Feedbacks:
1. It installs too many dependencies. Even GCC?
GCC is required to compile psutil which is a dependency of the agent but we could use the psutil wheel indeed to speedup the setup and reduce the number of packages installed.
Indeed, I'm thinking about that, could really help to make it work with SELinux BTW.
Give PyInstaller a try?
SELinux is really pain in the a** lol
I've created 2 issues in your github repo for further discussion, and maybe I can help a bit there. Do you accept PRs?
Well this stuff looks nice but I'm a bit worried about the size of the app if we have to include a Python runtime but we could give it a try
Man you rock, I'm definitely open to contributions
It looks really nice, and I really like almost all of it, but...
That's the dependencies for just the agent! It would have been ok if it was the complete server backend, still a bit on the heavy side but acceptable, but for just the agent that is just insane. I'm a terrible programmer but I'm pretty sure I could accomplish what this agent does with a fraction of those dependencies.
I go to great lengths to keep my servers lean and clean, there is no way I can justify installing this when Hetrix manages to do the same thing with literally just bash.
It's a shame, I really liked the look and feel of everything.
I got your point, I will try to reduce agent footprint in the coming days, thanks for your feedback.
Had a little glitch installing the agent. The service would not start. I poked around and found that the binaries were missing. I ran the script again and it was fixed.
Don't worry about the size bro. One big file is better than 10s of random smaller unknown packages (which means 100x files). lol
I have a same script here https://github.com/bluet/proxybroker2/blob/master/.github/workflows/py-to-exe.yml
BTW, we usually don't install gcc on production environments for security reasons.
Cool.
May I have a golden badge or unlimited plan or share a cut when you start making money?
Could you share the output of the setup script first run ? (in PM)
nice
Yeah, make sense
haha sure we can find an agreement
I totally agree with this.
I would take a single big file over a list of dependencies any day. Installing a bunch of packages increases the risk of broken dependencies or something failing after one of the packages get upgraded.
Also, as someone mentioned, having a bunch of third party packages installed on production servers is a security issue, a lot of people do not like that.
"Startup Plan (5 monitored servers): Free for 12 months (normally $5/month)"
@bluetorg is doing a tremendous job right now to package it in a single binary, will ping you once it's ready
@Void Telegram and Slack integrations have just been released, you can configure them in your settings.
cc @R4ain
Enjoy!
Why do you not support forward emails from [email protected]?
Sorry, I don’t get your point, what do you mean ?
@rcy026 Agent version 1.0.7 has been released and this is a single self contained binary 🎉
Thx @bluetorg for the tremendous work 🥳
Gonna give it a try I currently use hetrixtools but a newer UI could be good to try out, do you plan on always having free tier at 1 monitor available ?
@wuck Nice, glad to have your feedback
Yeah free plan will stay at 1 monitor but will always include the same level of features than other plans.
That is a very pretty app. Closed source right?
@wadhah thanks
Agent is open source but backend is not indeed.
For Redis monitoring, why does the password have to be sent to your server?
That's a good question
I didn't want end users to have to configure anything on server side (like a file containing config for the agent stored on the server), I like the fact that you just copy/paste one command and it works out of the box.
But I understand your concern about security, I can rethink these integrations (nginx and redis).
Guys, tomorrow (January, 15th) I launch fivenines.io on ProductHunt, if you can take 5 seconds of your time to upvote and comment, it could be really nice
Here is the PH link: https://www.producthunt.com/posts/fivenines-io
Share the screenshot of your upvote and comment here and I will drop you a 3 months promo code for the Business Plan (10 servers plan free for the next 3 months). Cheers 😘
I will create a dedicated discussion for this offer, would be easier for everyone to follow
The single binary release is only amd64, do you intend to support other platforms with releases as well?
haha yeah I didn't put efforts on supporting other architecture but if there is interest, I can definitely work on it. Which architecture are we talking about ? ARM ?
Does this service monitor for when outdated or vulnerable packages are installed?