Skip to content

install and configure monit. It adds some define to manage some resources through monit

Notifications You must be signed in to change notification settings

softecspa/puppet-monit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-monit

install and configure monit. It adds some defines to manage resources through monit.

##Overview Module can be used directly using its defiens. Each define include monit module

##Define monit::smtp Configure smtp to use:

monit::smtp {'smtp_address':}

##Define monit::alert configure mailaddress to send alert

monit::alert {'email@address.it':}

##Define monit::nfs Configure monitoring through monit of a nfs mountpoint. It defines an action to execute in case of failure

monit::nfs_mount { $name :
  mountpoint  => $mountpoint,
  action      => '/usr/local/sbin/puppet-run -f1 -c',
}

About

install and configure monit. It adds some define to manage some resources through monit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published