UCS UpdateCheck für icinga erstellt
This commit is contained in:
parent
1419b529c8
commit
a5509c9642
10
checks/check_ucs_update
Executable file
10
checks/check_ucs_update
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if univention-upgrade --enable-app-updates --check > /dev/null
|
||||||
|
then
|
||||||
|
echo "updates vorhanden"
|
||||||
|
exit 1
|
||||||
|
else
|
||||||
|
echo "keine Updates vorhanden"
|
||||||
|
exit 0
|
||||||
|
fi
|
Loading…
Reference in New Issue
Block a user