IncludeFindEquipmentHdd.txt 673 B

123456789101112
  1. ---++ Список жёстких дисков
  2. %SEARCH{
  3. "Parent='%BASETOPIC%' and EquipmentType='HDD' and Disabled='' and Deleted=''"
  4. topic="Equipment*"
  5. type="query"
  6. nosearch="on"
  7. expandvariables="on"
  8. header="|*Name*|*Vol*|*DevType*|*Interface*|*FormFactor*|*Vendor*|*Model*|*Size*|*SN*|*Date*|*Description*|"
  9. format="| [[$topic][$formfield(Name)]] | $formfield(SystemName) $formfield(LogicalVolume) Port: $formfield(Slot) | $formfield(DeviceType) | $formfield(InterfaceType) | $formfield(FormFactor) | $formfield(Vendor) | $formfield(DeviceModel) | $formfield(Size) | $formfield(SN) | $formfield(DateCommissioning) | $formfield(Description) |"
  10. order="formfield(Name)"
  11. }%