jamesoff / simplemonitor

A Python-based network and host monitor
https://simplemonitor.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
404 stars 165 forks source link

Update documentation with get_params() in the Monitor creation HOWTO #1390

Closed wsw70 closed 4 months ago

wsw70 commented 4 months ago

I noticed that not having get_params() as a method of a new Monitor class raises errors with loggers. This PR updates the documentation to mention that fact.