Skip to content

rsbryant-cfwt/NagiosPlugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NagiosPlugins

Plugins I created to fill in some gaps in monitoring

check_sm_spool.sh - A plugin to call the built in API on a smartermail server to get the number of emails in queue.

Rquired command line options

  • -h The host e.g. mail.domain.com
  • -u Admin username
  • -p Admin user's password
  • -w number of queued emails that will trigger a warning alert
  • -c number of queued emails that will trigger a critical alert

Optional command line option

Returns

  • OK - $x messages in the $y queue. (if $x is below both thresholds)
  • WARNING - $x messages in the $y queue. (if $x is above the -w threshold but less than -c)
  • CRITICAL - $x messages in the $y queue. (if $x is above the -c threshold)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages