Skip to content

Commit

Permalink
Merge pull request #748 from majerus1223/remote_interactive
Browse files Browse the repository at this point in the history
Fix typo on remote_interactive
  • Loading branch information
carlpett authored Mar 19, 2021
2 parents 18495ab + 094558b commit 3f2a143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/collector.logon.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ windows_logon_logon_type{status="interactive"}
## Useful queries
Query the total number of local and remote (I.E. Terminal Services) interactive sessions.
```
windows_logon_logon_type{status=~"interactive|remoteinteractive"}
windows_logon_logon_type{status=~"interactive|remote_interactive"}
```

## Alerting examples
Expand Down

0 comments on commit 3f2a143

Please sign in to comment.