Skip to content

Instantly share code, notes, and snippets.

@formorer
Last active March 20, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save formorer/26a91af511a2bc7afb16a0816f9a6b39 to your computer and use it in GitHub Desktop.
Save formorer/26a91af511a2bc7afb16a0816f9a6b39 to your computer and use it in GitHub Desktop.
icinga2
├── conf.d
│   ├── app.conf
│   ├── apt.conf
│   ├── commands.conf
│   ├── downtimes.conf
│   ├── groups.conf
│   ├── hosts.conf
│   ├── notifications.conf
│   ├── satellite.conf
│   ├── services.conf
│   ├── templates.conf
│   ├── timeperiods.conf
│   └── users.conf
├── constants.conf
├── features-available
│   ├── api.conf
│   ├── checker.conf
│   ├── command.conf
│   ├── compatlog.conf
│   ├── debuglog.conf
│   ├── gelf.conf
│   ├── graphite.conf
│   ├── icingastatus.conf
│   ├── ido-mysql.conf
│   ├── influxdb.conf
│   ├── livestatus.conf
│   ├── mainlog.conf
│   ├── notification.conf
│   ├── opentsdb.conf
│   ├── perfdata.conf
│   ├── statusdata.conf
│   └── syslog.conf
├── features-enabled
│   ├── checker.conf -> ../features-available/checker.conf
│   └── mainlog.conf -> ../features-available/mainlog.conf
├── icinga2.conf
├── init.conf
├── pki
├── scripts
│   ├── mail-host-notification.sh
│   └── mail-service-notification.sh
├── zones.conf
└── zones.d
└── README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment