Agility0971

joined 2 years ago
[–] Agility0971@lemmy.world 18 points 2 days ago (1 children)

no linux support, so no.

[–] Agility0971@lemmy.world 1 points 2 days ago (1 children)

I bet cheating will probably always be present until the game is being run in a trusted environment (a server) and the video feed is sent to clients.

[–] Agility0971@lemmy.world 6 points 3 days ago* (last edited 3 days ago)

Usually you ask IT department to spin up a vm for you. They will take care of security and backups.

1
submitted 8 months ago* (last edited 8 months ago) by Agility0971@lemmy.world to c/selfhosted@lemmy.world
 

I'm looking for a simple remote system monitoring and alerting tool. Nothing fancy. Do you know of any? Features:

  • monitors CPU, memory and disk space
  • can accept multiple hosts to watch
  • has some sort of alerting system
  • can be deployed as a single docker container
  • can be configured using a text file
  • configs can be imported and exported inside the docker compose file

I like uptime-kuma but it only records the uptime. Other containers I've found seemed to be overly complicated. They requires multiple docker containers for log aggregation etc...