ironbishop

Results 17 comments of ironbishop

Nevermind. Undocumented, but already works.

This works: `$ curl cheat.sh/powerhsell/install+activedirectory+module` This too, but through SO: `$ curl cheat.sh/powerhsell/:learn` That's more than enough for my need :)

The other one, that is: the Low Level Discovery (LLD). https://www.zabbix.com/documentation/current/manual/discovery/low_level_discovery In LLD, for example in "Template VM VMware" distributed with the official Zabbix release, you create each discovered host....

When I manually disable them, the LLD will not enable them because "Create Enabled" is different from "Enabled". "Create Enabled" sets the state only for new objects. The new "Override"...

Wait. There should not be a default at all, and it cannot be empty, because at least 1 group is mandatory for all hosts in Zabbix. If the user omits...

> You however need a default values for situation when a host is created for the first time. We try to keep those values same as the API describes. If...

Also, files are expected to contain proxy credentials, but `mode` parameter is not set, leaving them readably by all. ``` -rw-r--r-- 1 root root 227 Jul 2 12:09 zabbix-non-supported.repo -rw-r--r--...

is there anyone out there? python2 is deprecated by now

That's because tasks are executed locally. To add this feature (please), `extension.remote.workspace.executeRemoteCommmand` needs to accept arguments, which currently doesn't (I think?). Task: ``` { "label": "check", "type": "process", "problemMatcher": [],...

No prompt for password, the connection fails. I wrote a bunch of debug details, then saw a [previous discussion](https://github.com/mkloubert/vscode-remote-workspace/issues/1#issuecomment-390501455) and deleted everything... trykeyboard is not meant to ask for a...