Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
/ events Public archive

Trainings, Icinga Camps, Conferences and all other Icinga Events

Notifications You must be signed in to change notification settings

Icinga/events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icinga Events

This repository includes all upcoming Icinga related events. You are invited to complete the events list if you think something is missing.

Events are split into categories, where the filenames describe the category. Depending on the category a field may be required or not.

List of fields:

Field name Purpose Required
name Name of event Yes
date Start of the event, format YYYY-MM-DD Yes
duration Duration of the event in days Yes
city City of the event location Yes
state State of the event location No
country Country of the event location Yes
language Language in which a training is held Yes, for trainings
partner Partner organizing the event Yes, for trainings
partner_link Partner website Yes, for trainings
registration_link Registration website Yes

Categories

A list of examples for each category.

Trainings

Filename: trainings.yml

Example:

- name: Icinga 2 Advanced
  type: training
  date: 2018-02-06
  duration: 3
  city: Cityname
  state: Statename
  country: Countryname
  partner: Partner Inc.
  partner_link: https://www.example.com/
  registration_link: https://www.example.com/en/trainings/icinga_trainings/

Icinga Camps

Filename: icingacamps.yml

Example:

- name: Icinga Camp Cityname
  type: camp
  date: 2018-03-08
  duration: 1
  city: Cityname
  country: Countryname
  registration_link: https://www.icinga.com/events/icinga-camp-cityname/

Conferences

Filename: conferences.yml

Example:

- name: SuperConference
  type: conference
  date: 2018-03-01
  duration: 2
  city: Cityname
  country: Countryname
  registration_link: http://example.com/

Meetups

Filename: meetups.yml

Example:

- name: Icinga Meetup Cityname
  type: meetup
  date: 2018-03-23
  duration: 1
  city: Cityname
  state: Statename
  country: Countryname
  registration_link: https://www.meetup.com/Icinga-Cityname-Meetup/events/1234567890/

About

Trainings, Icinga Camps, Conferences and all other Icinga Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published