Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 509 Bytes

File metadata and controls

15 lines (11 loc) · 509 Bytes

check_wp_comments

Nagios plugin to prevent Wordpress comments SPAM using REST API

Prepare your setup

To use this plugin, you need nagios, python3 and requests module for Python. This plugin has only be tested on Debian. I don't no if he work with others systems.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request