Skip to content

Kerwood/discord-ilo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord iLO Bot

Build the image, and run with below environment variables. The channel ID will limit the bot to only respond in that specific channel.

docker build -t discord-ilo-bot .

docker run --name discord-ilo-bot \
  -e DISCORD_TOKEN=<discord-bot-token> \
  -e CHANNEL_ID=<discord-channel-id>
  -e ILO_URL=https://<ilo-aip> \
  -e ILO_USER=<ilo-username> \
  -e ILO_PASS=<ilo-password> \
  -d discord-ilo-bot

Commands

  • !startserver - Will start the server
  • !stopserver - Will stop the server
  • !status - Will give you the powerstate of the server

Se more info at https://linuxblog.xyz/posts/discord-ilo-bot/

About

A Discord bot to power cycle a server with iLO.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published