We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663c81f commit 614e103Copy full SHA for 614e103
1 file changed
UptimeKuma/UptimeKuma.php
@@ -62,7 +62,7 @@ public function livestats()
62
continue;
63
}
64
65
- if (strpos($line, 'monitor_status') === 0) {
+ if (strpos($line, 'monitor_status') !== 0) {
66
// If the line is a metric but not a monitor we can ignore it
67
68
0 commit comments