mykolq
mykolq
### Description of the Issue Cannot connect to ssh server by plugin. Winscp - ok. Plugin log: `[SFTP] Host key accepted [SFTP] None of the server's authentication methods were accepted....
**Problem** cpu.Info() shows theads count array, not physical cpu **How to reproduce** ``` import ( "fmt" "github.com/shirou/gopsutil/v3/cpu" ) func main() { cpuAllInfo, err := cpu.Info() if err != nil {...
Hello! You have written here [](https://github.com/v-zhuravlev/zbx_template_pack/blob/master/CONTRIBUTING.md) that you can and wanna help with template for this storage. How can i contact with you for this question?
Is it possible to make that group settings include some common settings for new creating users n this group?
`//go:build linux // +build linux package main import ( "io" "os" "os/exec" "time" "github.com/creack/pty" ) func main() { cliPath := "/usr/bin/ssh" sshOpenSession := exec.Command(cliPath, "user@address", "-c", "aes128-cbc", "-o", "StrictHostKeyChecking=no") ptm,...
Hello! i have zabbix 3.2 and one strange problem `#!/usr/bin/python3 from pyzabbix import ZabbixAPI import sys zabbix_server='http://localhost/zabbix' z = ZabbixAPI(zabbix_server) z.login('userhere','passhere') #z = ZabbixAPI('http://localhost/zabbix', user='kulikov',password='Dtctkjvjybnjhbv@2017') #get host name as parameter...
i wanna use it with generic sso type, configure it, but have en error `Provider not defined.` I've fix `Array to string conversion in /var/www/html/glpi/plugins/singlesignon/inc/toolbox.class.php on line 17` by $url...