Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Aug 3, 2022
1 parent 5d6d179 commit 60789db
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,30 @@ To make sure it works correctly :

```
sudo systemctl status zabbix-cleaner
```

If service deployment is correctly, you will see deleted rows under /var/log/zabbix-cleaner like this :

```
├── cleaner.log
└── deleted_rows
├── acknowledges
│   └── deleted_2022-08-03.log
├── alerts
├── auditlog
│   └── deleted_2022-08-03.log
├── events
│   └── deleted_2022-08-03.log
├── history
│   └── deleted_2022-08-03.log
├── history_str
│   └── deleted_2022-08-03.log
├── history_text
│   └── deleted_2022-08-03.log
├── history_uint
│   └── deleted_2022-08-03.log
├── trends
│   └── deleted_2022-08-03.log
└── trends_uint
└── deleted_2022-08-03.log
```

0 comments on commit 60789db

Please sign in to comment.