From 766107443c6a562ea49b00e46994f17dfacd2067 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 12 Aug 2024 15:34:57 +0200 Subject: [PATCH] nagios_status added --- .gitignore | 1 - .zshrc.d/status_nagios.zsh | 4 ++++ bin | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .zshrc.d/status_nagios.zsh diff --git a/.gitignore b/.gitignore index f9c13c2..a03041d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # zshrc.d -.zshrc.d/*.zsh .bashrc.d/*.sh # ---> Linux diff --git a/.zshrc.d/status_nagios.zsh b/.zshrc.d/status_nagios.zsh new file mode 100644 index 0000000..f7fec3e --- /dev/null +++ b/.zshrc.d/status_nagios.zsh @@ -0,0 +1,4 @@ +#!/bin/sh +# +nagios_status + diff --git a/bin b/bin index e8b9106..da9fdb3 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit e8b9106559002939d037362ce0f4608b4fc67f5b +Subproject commit da9fdb304619731b34d689ca3013eb4ec44e2d00