Include RAM details in CPU osTicket posts

* Addresses issue #88
This commit is contained in:
2Shirt 2019-06-12 16:56:17 -06:00
parent 1aba3476da
commit cbf37d8ea1
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -204,6 +204,9 @@ class osTicket():
# Device
report.append(dev.description)
if hasattr(dev, 'ram_total'):
report.append('{} RAM ({})'.format(
dev.ram_total, ', '.join(dev.ram_dimms)))
report.append(' ')
# Test reports