import "github.com/muesli/beehive/bees/nagiosbee"
Package nagiosbee is a Bee that can interface with a Nagios instance.
nagiosbee.go nagiosbeefactory.go
NagiosBee is a Bee that can interface with a Nagios instance.
func (mod *NagiosBee) ReloadOptions(options bees.BeeOptions)
ReloadOptions parses the config options and initializes the Bee.
Run executes the Bee's event loop.
type NagiosBeeFactory struct { bees.BeeFactory }
NagiosBeeFactory is a factory for NagiosBees.
func (factory *NagiosBeeFactory) Description() string
Description returns the description of this Bee.
func (factory *NagiosBeeFactory) Events() []bees.EventDescriptor
Events describes the available events provided by this Bee.
func (factory *NagiosBeeFactory) ID() string
ID returns the ID of this Bee.
func (factory *NagiosBeeFactory) Image() string
Image returns the filename of an image for this Bee.
func (factory *NagiosBeeFactory) LogoColor() string
LogoColor returns the preferred logo background color (used by the admin interface).
func (factory *NagiosBeeFactory) Name() string
Name returns the name of this Bee.
func (factory *NagiosBeeFactory) New(name, description string, options bees.BeeOptions) bees.BeeInterface
New returns a new Bee instance configured with the supplied options.
func (factory *NagiosBeeFactory) Options() []bees.BeeOptionDescriptor
Options returns the options available to configure this Bee.
Package nagiosbee imports 5 packages (graph) and is imported by 14 packages. Updated 2017-03-03. Refresh now. Tools for package owners.