mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
steam monitoring not working correctly #2376
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2376
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @regchanuk on GitHub (Jul 13, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
Description
running some steam games like csgo and creativerse monitoring issue Not showing the green bar chart

im thinking steam might have chane somthing
ptime Kuma
Version: 1.22.1
Frontend Version: 1.22.1
👟 Reproduction steps
recreated monitor twice and still happening also happening on other server that i run uptime kuma
and tried on other server running the same thing
👀 Expected behavior
i was hoping it would show the bar like minecraft

😓 Actual Behavior
not showing bar graph properly and should show properly it was working a few days ago not sure whats happened
🐻 Uptime-Kuma Version
1.22.1
💻 Operating System and Arch
debian 12
🌐 Browser
114.0.5735.199 Google
🐋 Docker Version
latest as of july
🟩 NodeJS Version
latest as of july
📝 Relevant log output
No response
@CommanderStorm commented on GitHub (Jul 13, 2023):
We rely on the
ping's from gamedig in the case of the monitor you specified:github.com/louislam/uptime-kuma@6bece8796e/server/model/monitor.js (L619-L628)The following example shows that ping was being delivered:
https://github.com/gamedig/node-gamedig/issues/339
Have you updated the CSGO-Server to a newer version, for which Gamedig is currently not providing support for
ping?Could you test against your server what gamedig outputs (i.e. insert a
console.log("gamedig-output:", state)) and raise an issue over at gamedig if it does not contain thepingparameter?@regchanuk commented on GitHub (Jul 14, 2023):
im using steam info From Reginald Chan PUBLIC This e-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return e-mail.Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions."SAVE PAPER - THINK BEFORE YOU PRINT!"On 13 Jul 2023, at 23:07, Frank Elsinga @.***> wrote:
We rely on the ping's from gamedig in the case of the monitor you specified:
github.com/louislam/uptime-kuma@6bece8796e/server/model/monitor.js (L619-L628)The following example shows that ping was being delivered:
gamedig/node-gamedig#339
Have you updated the CSGO-Server to a newer version, for which Gamedig is currently not providing support for ping?
Could you test against your server what gamedig outputs and raise an issue over at gamedig if it does not contain the ping parameter?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
@louislam commented on GitHub (Jul 17, 2023):
Double checked the steam api, it doesn't provide ping value. Closed due to impossible.