Please sign in to access this page
It is a server and application monitoring tool that allows you to set alerts (in case of crash for example), create quick macros if there is an event (example: restart a machine if we see that it is starting to lag...)
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I tried to put a demo in place but it doesn't work well because normally everything is done locally and I can't put everything locally on a server because I don't have one available
Server repair, everything is working normally, the connection between the server and the clients is working.
Added an additional crash/lag detection system: ping
Now we can ask the server to perform ping requests to see how the targeted server is behaving.
I spotted a few things to improve, so I'll fix them a little later.
And the best part: we can say goodbye to our full HTML-no-CSS interface because we're moving to HTML CSS Tailwind CSS, which allows us to save time on the user interface (especially the dashboard, which takes a bit of time to create natively).
You can see a preview of the admin interface attached.
Today we have big change:
Change of technologie: PHP (Laravel) -> Node.js (express)
It's better !
I have link my client agent (Python) to express server (Node.js)
and link express server Node.js to DB (mysql) for get metrics off the agent python
Thanks to have read this devlog (contact me if you would like to work with me)
First hour on the project !!!
I have started to create first file and read docs for project (i have try a lot of think for agent)
The tech for the project is:
Server (Backend + Front end of admin) -> PHP (With Laravel)
Client (Agent) -> Python