Skip to content

Commit

Permalink
Install check_wmi_plus and NagiosGraph insert scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Jun 6, 2020
1 parent 2d04070 commit 8fefac4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fixes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,11 @@ if (( $(awk 'BEGIN {print ("'$ver'" >= "'1.5'")}') )); then
/root/nems/nems-admin/nems-upgrade/patches/000010
fi

# Install WMIC and the insert script for NagiosGraph (Were missing in 1.5.2)
if ! grep -q "PATCH-000011" /var/log/nems/patches.log; then
/root/nems/nems-admin/nems-upgrade/patches/000011
fi

# Install TEMPer Hardware Support
if [ $(dpkg-query -W -f='${Status}' python3-serial 2>/dev/null | grep -c "ok installed") -eq 0 ]; then
/root/nems/nems-admin/build/500-temper
Expand Down

0 comments on commit 8fefac4

Please sign in to comment.