Results 9 issues of Vyacheslav Vershinin

Add option (PASSTHROUGH on creation user) to pass 2 factor based on ip address. It's option to pass the cli applications, that can't go session based authentications, such as git,...

When running with network namespaces counter in `/proc/sys/net/netfilter/nf_conntrack_count` showing correct value only for default namespace. Basic logic in linux kernel `node_nf_conntrack_entries_limit` limit is shared between all namespaces, but with node...

fix prometheus#718 Signed-off-by: HappyFX ](https://github.com/prometheus/snmp_exporter/issues/718 In documentation https://github.com/prometheus/snmp_exporter#prometheus-configuration `module` variable is a list, but you can't use it like real list. Working ok: ```yaml - job_name: 'working ok' params: module:...

In documentation https://github.com/prometheus/snmp_exporter#prometheus-configuration `module` variable is a list, but you can't use it like real list. Working ok: ```yaml - job_name: 'working ok' params: module: [if_mib] ``` Failed: ```yaml -...

I have problem with display the result in readable form: http://oidref.com/1.3.6.1.2.1.15.6.1.5 ``` bgp4PathAttrASPathSegment OBJECT-TYPE SYNTAX OCTET STRING (SIZE (2..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence of AS path segments....

Add option "Any" in security group rules, according the [documentaion](https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/security-group-rule.html#cmdoption-openstack-security-group-rule-create-protocol): ```bash Network version 2: IP protocol (ah, dccp, egp, esp, gre, icmp, igmp, ipv6-encap, ipv6-frag, ipv6-icmp, ipv6-nonxt, ipv6-opts, ipv6-route, ospf,...

In [documentation](https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/security-group-rule.html#cmdoption-openstack-security-group-rule-create-protocol): valid value for openstack cli is 'any'. In fact it's converted in to `None` and then in `null`: debug from openstack call: `openstack security group rule create --egress...

With new clean install geany 1.24.1 and installing color themes with install.sh I have broken highlight double and single quotes. In image - left what is now and right how...

Add `type` in `ipmi_sel_events_count_by_state` - so it can be distinguish between sel events ```bash ipmi_sel_events_count_by_state{type="Power Supply",state="Critical"} 18 ``` Add new metric about more detailed resent time occurrence event in log,...