Eliezer Paiewonsky

Results 6 issues of Eliezer Paiewonsky

Should be fairly easy to accomplish using `django-auth-ldap`...

Getting the following when trying to connect to control my Chromecast which was playing a YouTube stream (which was started from an Android phone). I updated to the latest version...

**Describe the bug** We hit the issue noted by the `FIXME` in the [code](https://github.com/Solvik/netbox-agent/blob/19a158ec823bea04d4473e9f829f6d277a1e39a9/netbox_agent/network.py#L200) that results from the same VLAN ID existing in Netbox across datacenters: ``` def get_or_create_vlan(self, vlan_id):...

## Related Issue No related issue. ## New Behavior Allow setting a device as not racked by setting `position: 0` in the `data` structure. ## Contrast to Current Behavior Currently...

Somehow ended up with this in the DB: { "_id": ObjectID("5817b16cc7827b0016135100"), "ip_address": "10.9.xx.xx", "distro": { "version": "27", "name": "fedora" } } ...instead of the usual: { "_id": ObjectID("58255cb39050f80016a82e62"), "check_every": 60,...

Currently amonagent seems to log to stderr using the default configuration of https://github.com/sirupsen/logrus/. When run as a systemd service this results in the logs going to syslog. Our desire is...