Created
June 22, 2021 11:59
-
-
Save buzztiaan/84a36591f9c576c0688a57824c80b4b2 to your computer and use it in GitHub Desktop.
Telegraf config for IdleRPG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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