Skip to content

Instantly share code, notes, and snippets.

View KevinHonka's full-sized avatar

Kevin Honka KevinHonka

  • Karlsruhe, BW, Germany
View GitHub Profile
@bodsch
bodsch / gist:1b78bfa81512694ad63a23e8c2b15386
Created November 24, 2017 14:44
icinga2 extract api calls
#!/bin/bash
set -e
ICINGA_HOST=${ICINGA_HOST:-localhost}
ICINGA_API_PORT=${ICINGA_API_PORT:-5665}
ICINGA_API_USER=${ICINGA_API_USER:-root}
ICINGA_API_PASSWORD=${ICINGA_API_PASSWORD:-icinga}
types=