Skip to content

flyinva/collectd_notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This module can send collectd notification to:

  • NSCA (for Nagios, Icinga, Shinken, etc.)
  • a JSON file

Usage with collectd

Add this in collectd.conf:

<Plugin python>
			ModulePath "/WHERE/YOU/WANT/collectd_notification"
			Import "collectd_notification"
			<Module collectd_notification>
							timer 300
							nsca true
							status true
							status_file "/var/lib/collectd/status.json"
			</Module>
</Plugin>

About

Sending collectd notifications by NSCA or in json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages