Snapshot mirror of gitlab.com/TheGrandLibrary/misc/xackery/overseer (TheGrandLibrary, Sept 2025)
Find a file
Xackery 6f41d71478
Some checks failed
Build Go Binaries and Prep Release / build_and_preview (push) Failing after 16s
Add telnet stub
2024-03-28 09:47:17 -07:00
.github/workflows Move zip files names to non-versioned 2024-03-23 08:38:55 -07:00
.vscode Clean up checks 2023-09-07 03:37:58 -07:00
diagnose Stub diagnose temporarily 2024-03-23 08:36:45 -07:00
docs Add initial draft 2023-08-31 07:10:18 -07:00
install Add GUI revamp 2023-10-25 09:42:58 -07:00
magefiles Move go.mod to subfolders 2023-10-20 14:56:15 -07:00
mock Add telnet stub 2024-03-28 09:47:17 -07:00
overseer Add telnet stub 2024-03-28 09:47:17 -07:00
pkg Add telnet stub 2024-03-28 09:47:17 -07:00
scripts Add GUI revamp 2023-10-25 09:42:58 -07:00
start Revamp exePath and wdPath 2024-03-23 09:28:04 -07:00
stop Add GUI revamp 2023-10-25 09:42:58 -07:00
update Add GUI revamp 2023-10-25 09:42:58 -07:00
verify Add GUI revamp 2023-10-25 09:42:58 -07:00
.gitignore Move go.mod to subfolders 2023-10-20 14:56:15 -07:00
env.default Add initial draft 2023-08-31 07:10:18 -07:00
go.mod Add telnet stub 2024-03-28 09:47:17 -07:00
go.sum Add telnet stub 2024-03-28 09:47:17 -07:00
LICENSE Initial commit 2023-08-26 09:01:24 +00:00
Makefile Move zip files names to non-versioned 2024-03-23 08:38:55 -07:00
README.md Add initial draft 2023-08-31 07:10:18 -07:00

overseer

EQEmu Management Suite

Contains the following programs:

  • bootstrap: Recommended way to start the server, runs shared memory then overseer
  • overseer: Runs zones, world, and other programs, keeping them runnning on crash, and oversees their health
  • verify: Verifies if overseer is running properly, and other run time checks
  • diagnose: Diagnoses issues with the server, and provides a report to suggest fixes
  • install: Installs the server, and all required dependencies
  • update: Updates the server, and all required dependencies

Overseer

Run bootstrap, it'll start overseer after

alt text

Install

Diagnose

Update

Bootstrap

Verify