add useful stuff
This commit is contained in:
parent
404fc5b267
commit
d841900cfb
7
useful-stuff.md
Normal file
7
useful-stuff.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Useful stuff
|
||||
|
||||
## Deleteing a specific server from influx
|
||||
|
||||
```bash
|
||||
influx delete --bucket mc-tracker --start 2024-01-01T00:00:00Z --stop 2024-01-05T00:00:00Z --org homelab --token nou --predicate '_measurement="playerCount" AND "name"="Grand Theft Minecraft"'
|
||||
```
|
Loading…
Reference in New Issue
Block a user