Solvik

Results 10 issues of Solvik

It would be great at some point if we could create packages for this project so it's easier for lazy sysadmins to install the agent I assume that not everybody...

type: enhancement
help wanted

Some manufacturers doesn't not let us find if a server is a blade programatically In order to let the user manage this his way, we need to let it handle...

type: enhancement

A few snippets to work on some Windows support, a good way to make netbox-agent portable https://www.activexperts.com/admin/scripts/wmi/python/0047/ http://timgolden.me.uk/python/wmi/wmi.html

``` File "/usr/share/python/netbox-agent/lib/python3.4/site-packages/netbox_agent/lshw.py", line 16, in __init__ 'lshw -quiet -json' File "/usr/lib/python3.4/subprocess.py", line 736, in getoutput return getstatusoutput(cmd)[1] File "/usr/lib/python3.4/subprocess.py", line 717, in getstatusoutput data = check_output(cmd, shell=True, universal_newlines=True, stderr=STDOUT)...

type: bug

Netbox has the ability to flag an IP as `Primary address` for a `Device` Since it's tied to the user workflow, I'd say we could enable this guess with a...

type: enhancement
status: discussing

At some point, Netbox versions will depreciate or change some behavior. The project has been developed with Netbox 2.6 One way to change the behavior depending of the version will...

type: major feature
status: discussing

Hi, I would like to propose other webserver configuration file I'm already doing some sed stuff to get it, but it would be cool to script something that generates the...