File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 then
9191 echo " Performing the full update of inventory"
9292 $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site @disk
93- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96- # $DYNAMO_BASE/bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97- # else
98- # echo "Updating the inventory"
99- # $DYNAMO_BASE/bin/execlib common/inventory.py update
93+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T1_DE_KIT_MSS T1_ES_PIC_MSS T1_FR_CCIN2P3_MSS
94+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T1_IT_CNAF_MSS T1_RU_JINR_MSS T1_UK_RAL_MSS
95+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T1_US_FNAL_MSS
96+ $DYNAMO_BASE /bin/execlib common/inventory.py updatefull --site T0_CH_CERN_MSS
97+ else
98+ echo " Updating the inventory"
99+ $DYNAMO_BASE /bin/execlib common/inventory.py update
100100 fi
101101
102102 IHOUR=$(( $IHOUR + 1 ))
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ except:
4747 pass
4848
4949# Interval of the rrd file timestamps
50- maxtime = int (time .time ())- 30 * 24 * 60 * 60
50+ maxtime = int (time .time ())- 100 * 24 * 60 * 60
5151interval = 900
5252
5353try :
You can’t perform that action at this time.
0 commit comments