Please sign in to access this page

Is My Server Down

Is My Server Down Used AI

6 devlogs
11h 50m
Created by Léo

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...)

Timeline

Update new demo link

Update attachment

Ship 2

Léo

3 months ago

Léo Covers 1 devlog and 1h 3m

Add new link of demo:
http://[2a01:4f9:3081:399c::4]:8501/dashboard.html

Update attachment

Ship 1

Léo

3 months ago

Léo Covers 4 devlogs and 10h 15m
Léo
Léo
3h 35m 3 months ago

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

Update attachment
Léo
Léo
1h 53m 3 months ago

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.

Update attachment
Léo
Léo
3h 40m 3 months ago

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)

Update attachment

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

Update attachment