Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add extra monitoring helpers from fork #67

Open
BananaAcid opened this issue Apr 28, 2024 · 5 comments
Open

add extra monitoring helpers from fork #67

BananaAcid opened this issue Apr 28, 2024 · 5 comments

Comments

@BananaAcid
Copy link
Contributor

I found these to be useful to monitor the status of the running servers:

Aeneas1@01e8c80
Aeneas1@cba08bb
Aeneas1@77c4d8c
Aeneas1@aedbd50

@Aeneas1
Copy link
Contributor

Aeneas1 commented Apr 29, 2024

oh that is still WIP, but feel free to use what ever you like.
my plan is to replace the windows tasks cause a server with 5+ gameserver is not useble, with tasks running every 5min.

@BananaAcid
Copy link
Contributor Author

BananaAcid commented Apr 29, 2024

nice @Aeneas1

Had a similar thought about replacing tasks und using nssm for adding services (used it in another project as a cheap solution)

What were you thinking about being a solution @Aeneas1

@patrix87 How do you feel about changing / making it an option

@Aeneas1
Copy link
Contributor

Aeneas1 commented Apr 29, 2024

i will do it with the monitor thread.
the monitor will check if the a server is alive, need a update or what ever.
so only the monitor is running. then is only 1 windows task needed to check if the monitor is running.
i can try to improve the monitor in the next days.

@patrix87
Copy link
Owner

At this point I was thinking about rewritting the whole thing in C# as an application with a single task-scheduler task to check if it's still alive. That application would take care of monitoring everything.

I clearly don't have the time for that right now though.

@omayhemo
Copy link

If you do, let a C# service handle the chron jobs, don't use the scheduler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants