netbox-agent/netbox_agent
Cyril Levis 0b9087fa41
fix: inventory disk issue if size None
```
Traceback (most recent call last):
  File "/usr/bin/netbox_agent", line 33, in <module>
    sys.exit(load_entry_point('netbox-agent==0.7.1', 'console_scripts', 'netbox_agent')())
  File "/opt/netbox-agent/lib/python3.6/site-packages/netbox_agent/cli.py", line 50, in main
    return run(config)
  File "/opt/netbox-agent/lib/python3.6/site-packages/netbox_agent/cli.py", line 43, in run
    server.netbox_create_or_update(config)
  File "/opt/netbox-agent/lib/python3.6/site-packages/netbox_agent/server.py", line 417, in netbox_create_or_update
    self.inventory.create_or_update()
  File "/opt/netbox-agent/lib/python3.6/site-packages/netbox_agent/inventory.py", line 550, in create_or_update
    self.do_netbox_disks()
  File "/opt/netbox-agent/lib/python3.6/site-packages/netbox_agent/inventory.py", line 420, in do_netbox_disks
    disks = self.get_hw_disks()
  File "/opt/netbox-agent/lib/python3.6/site-packages/netbox_agent/inventory.py", line 344, in get_hw_disks
    size = int(disk.get('size', 0))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
```
2022-08-23 08:41:59 +02:00
..
drivers should have used git mv 2019-08-05 12:03:06 +02:00
raid fix: hp raid, prevent us to miss some errors when matching only returncode 1 2022-04-04 14:39:19 +02:00
vendors Added disks extended attributes 2022-03-02 15:53:38 +01:00
__init__.py Project cleanup (#6) 2019-08-04 00:00:22 +02:00
cli.py Various changes 2022-02-22 14:51:58 +01:00
config.py chore: update Help 2022-03-31 21:21:19 +02:00
dmidecode.py Setup tests 2020-02-02 20:24:01 +01:00
ethtool.py fix ethtool class in case ethtool works but returns nothing (#123) 2020-04-19 12:19:28 +02:00
inventory.py fix: inventory disk issue if size None 2022-08-23 08:41:59 +02:00
ipmi.py Virtual Machine feature (#122) 2020-04-19 12:28:49 +02:00
lldp.py Fix for missing mgmt-ip in LLDP output (#225) 2022-06-20 13:13:31 +02:00
location.py Add tags,device roles,tenants.. (#110) 2020-07-01 18:54:58 +02:00
logging.py Virtual Machine feature (#122) 2020-04-19 12:28:49 +02:00
lshw.py Unnamed network interfaces. 2022-03-07 17:18:35 +01:00
misc.py Fix module platform has no attribute linux_distribution (#224) 2022-07-18 21:06:33 +01:00
network.py Fixed virtual network cards creation 2022-03-08 17:27:06 +01:00
power.py Added disks extended attributes 2022-03-02 15:53:38 +01:00
server.py Use platform id instead of record (#231) 2022-07-18 21:08:03 +01:00
virtualmachine.py Add Amazon EC2 to virtual machines (#236) 2022-08-08 15:37:13 +02:00