Docs: change the reference from deleted hostname_collector.py to process_list_collector.py in adding-system-info-collectors.md

This commit is contained in:
VakarisZ 2021-11-17 13:02:19 +02:00
parent 86f2a0dc78
commit 58406bccd1
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class MyNewCollector(SystemInfoCollector):
#### Implementation
Override the `collect` method with your own implementation. See the `hostname_collector.py` System Info Collector for reference. You can log during collection as well.
Override the `collect` method with your own implementation. See the `process_list_collector.py` System Info Collector for reference. You can log during collection as well.
### Modify the Monkey Island