Merge pull request #748 from majerus1223/remote_interactive

Fix typo on remote_interactive
This commit is contained in:
Calle Pettersson 2021-03-19 11:34:25 +01:00 committed by GitHub
commit 3f2a143104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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