Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

monitoring-plugins

  • Clone with SSH
  • Clone with HTTPS
  • Johannes Schilling's avatar
    dario authored
    sends an email to the ${listname}-request@${listsrv} address, and checks
    if a sensible reply is sent back. requires mail server to deliver mail
    to the given checker email address, one file per message, into a
    directory (which is inotify-watched)
    f3283ce6
    History
    Name Last commit Last update
    plugins
    README
    # monitoring plugins -- README
    
    ## what's this?
    
    some monitoring plugins which i've needed, and thought i'd share with all of
    you. a lot of them exist in a similar form, but were either too complicated or
    not quite what i needed, so i rolled my own.
    
    
    ### check_remote_wp_latest
    
    checks remote wordpress installations for being the latest version against
    https://api.wordpress.org/core/version-check/1.2/?version= and reports states
    fitting for $monitoring-system. works remotely, and doesn't require php on the
    monitoring server.