update
This commit is contained in:
32
defaults.inc
32
defaults.inc
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERS='2.2.2-08132023'
|
||||
VERS='2.2.3-08142023'
|
||||
|
||||
noheader=' update service dailytemp '
|
||||
|
||||
@@ -44,11 +44,11 @@ declare -A PW_SENSOR_TYPE
|
||||
PW_SENSOR_TYPE['ServerRoomTH']='mqtt'
|
||||
PW_SENSOR_TYPE['RaspberryPI-CPU']='system'
|
||||
PW_SENSOR_TYPE['OctoPI-CPU']='remotesystem'
|
||||
PW_SENSOR_TYPE['esxi0']='esxi'
|
||||
PW_SENSOR_TYPE['esxi1']='esxi'
|
||||
PW_SENSOR_TYPE['esxi2']='esxi'
|
||||
PW_SENSOR_TYPE['esxi7']='esxi'
|
||||
PW_SENSOR_TYPE['esxi8']='esxi'
|
||||
PW_SENSOR_TYPE['vMS-Host0']='esxi'
|
||||
PW_SENSOR_TYPE['vMS-Host1']='esxi'
|
||||
PW_SENSOR_TYPE['vMS-Host2']='esxi'
|
||||
PW_SENSOR_TYPE['vMS-Host7']='esxi'
|
||||
PW_SENSOR_TYPE['vMS-Host8']='esxi'
|
||||
|
||||
declare -A PW_REMOTE_SENSORS
|
||||
PW_REMOTE_SENSORS['ServerRoomTH']='10.10.20.10'
|
||||
@@ -58,18 +58,18 @@ declare -A PW_SENSOR_ID
|
||||
PW_SENSOR_ID['ServerRoomTH']='2'
|
||||
PW_SENSOR_ID['RaspberryPI-CPU']='6'
|
||||
PW_SENSOR_ID['OctoPI-CPU']='7'
|
||||
# PW_SENSOR_ID['esxi0']='8'
|
||||
# PW_SENSOR_ID['esxi1']='9'
|
||||
# PW_SENSOR_ID['esxi2']='10'
|
||||
# PW_SENSOR_ID['esxi7']='11'
|
||||
# PW_SENSOR_ID['esxi8']='12'
|
||||
PW_SENSOR_ID['vMS-Host0']='8'
|
||||
PW_SENSOR_ID['vMS-Host1']='9'
|
||||
PW_SENSOR_ID['vMS-Host2']='10'
|
||||
PW_SENSOR_ID['vMS-Host7']='11'
|
||||
PW_SENSOR_ID['vMS-Host8']='12'
|
||||
|
||||
declare -A PW_ESXI_MON_HOSTS
|
||||
PW_ESXI_MON_HOSTS['esxi0']='10.10.2.10'
|
||||
PW_ESXI_MON_HOSTS['esxi1']='10.10.2.11'
|
||||
PW_ESXI_MON_HOSTS['esxi2']='10.10.2.12'
|
||||
PW_ESXI_MON_HOSTS['esxi7']='10.10.2.17'
|
||||
PW_ESXI_MON_HOSTS['esxi8']='10.2.1.18'
|
||||
PW_ESXI_MON_HOSTS['vMS-Host0']='10.10.2.10'
|
||||
PW_ESXI_MON_HOSTS['vMS-Host1']='10.10.2.11'
|
||||
PW_ESXI_MON_HOSTS['vMS-Host2']='10.10.2.12'
|
||||
PW_ESXI_MON_HOSTS['vMS-Host7']='10.10.2.17'
|
||||
PW_ESXI_MON_HOSTS['vMS-Host8']='10.2.1.18'
|
||||
|
||||
declare -A PW_ESXI_HOST_NAMES
|
||||
PW_ESXI_HOST_NAMES['10.10.2.10']='iDS-vMS-scsi.scity.us'
|
||||
|
||||
Reference in New Issue
Block a user