Skip to content
Snippets Groups Projects

Simple task/7546 icinga check für ablaufende gitlab tokens

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -130,7 +130,8 @@ case $distro in
;;
*)
ph.abort "UNKNOWN: distro [$distro] was detected but is not supported (yet)."
ph.setStatus "unknown"
ph.status "distro [$distro] was detected but is not supported (yet)."
echo "If your distro is based on Arch, Centos or Debian then it easily can be added in the script. Report the distro name to the author."
;;
esac
Loading