0:14

🧩 / Nagios / Nagios Plugins

KindDescriptionPricing
UnitEncapsulate common Nagios plugins in a UnitFREE

Introduction

This integration is provided as a Docker image containing the common Nagios plugins, allowing you to run your checks directly within Kubirds.

Usage

---
apiVersion: kubirds.com/v1
kind: Unit
metadata:
  name: check-http
  namespace: default
spec:
  schedule: every 5 minutes
  image:
    name: linksociety/kubirds-unit-nagios-plugins:latest
    pullPolicy: Always
    command: /nagios/libexec/check_http -u $URL
  env:
    - name: URL
      value: https://google.com