Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 452 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 452 Bytes

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>