Skip to content

Instantly share code, notes, and snippets.

@buzztiaan
Created June 22, 2021 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzztiaan/84a36591f9c576c0688a57824c80b4b2 to your computer and use it in GitHub Desktop.
Save buzztiaan/84a36591f9c576c0688a57824c80b4b2 to your computer and use it in GitHub Desktop.
Telegraf config for IdleRPG
[[inputs.http]]
urls = [ "https://idlerpg.lolhosting.net/xml.php?player=buZz" ]
data_format = "xml"
[[inputs.http.xml]]
[inputs.http.xml.tags]
username = "/player/username"
[inputs.http.xml.fields_int]
level = "/player/level"
ttl = "/player/ttl"
totalidled = "/player/totalidled"
xpos = "/player/xpos"
ypos = "/player/ypos"
onlinestate = "/player/online"
penaltylogout = "/player/penalties/logout"
penaltyquest = "/player/penalties/quest"
penaltyquit = "/player/penalties/quit"
penaltykick = "/player/penalties/kick"
penaltypart = "/player/penalties/part"
penaltynick = "/player/penalties/nick"
penaltymesg = "/player/penalties/mesg"
penaltytotal = "/player/penalties/total"
itemsweapon = "/player/items/weapon"
itemstunic = "/player/items/tunic"
itemsshield = "/player/items/shield"
itemsleggings = "/player/items/leggings"
itemsring = "/player/items/ring"
itemsgloves = "/player/items/gloves"
itemsboots = "/player/items/boots"
itemshelm = "/player/items/helm"
itemscharm = "/player/items/charm"
itemsamulet = "/player/items/amulet"
itemstotal = "/player/items/total"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment