Nikita, [18.09.20 12:46] ребят , есть вопрос подскажите ? tasks: - name: Get physical interfaces names command: find /sys/class/net -type l -not -lname '*virtual*' ...
ребят , есть вопрос подскажите ? tasks: - name: Get physical interfaces names command: find /sys/class/net -type l -not -lname '*virtual*' -printf '%f\n' regi...
ребят , а помогите ещё , надо ссылку забюирать из "● novnc@91.210.104.11.service - samplenewstage\n Loaded: loaded (/etc/systemd/system/novnc@.service; disabled; vendor pr...
Ребят , а почему делая post через go по урл ссылка обрезается , данных много пример https://test.test.ru/eq_callback.php?key=4fd17049a160408b810e163bdd10a1d9&status=%7B%22re...
``` type AutoGenerated struct { Num1 struct { Name string json:"name" Identifier string json:"identifier" ParentIdentifier string json:"parentI...
ребя запускаю через cmd exec сервис , нужно читать его лог и забирать последнюю строку , как это лучше сделать? systemctl status novnc@91.210.104.11.service ● novnc@91.210....
<nic> <name>eth0</name> <description></description> <interface>e1000</interface> <vnic_profile href="/ovirt-engine/api/vnicprofiles/12658aed-9d22-4c70-ad48-e73...
подскажит екак проверить IPна первые два октета , например что начинается с 10.77.* ?
Подскажи как лучше поменять пароль плейбуком ?
} client := &http.Client{Transport: tr} req, err := http.NewRequest("GET", "https://localhost:9200/wazuh-alerts*/_search?pretty", nil) if err != nil { // handle err } ...
resp, err := vmsService.Add(). Vm( подскажите какого типа будет эта перменная resp ?
[mysqld] binlog_format=ROW default-storage-engine=innodb innodb_autoinc_lock_mode=2 bind-address=0.0.0.0 # Galera Provider Configuration wsrep_on=ON wsrep_provider=/usr/lib64/...
подскажите как открыть minio для вывод метрик под промеус ? https://docs.min.io/minio/baremetal/monitoring/metrics-alerts/collect-minio-metrics-using-prometheus.html?ref=con#m...
type PermissionStruct []struct { Op string `json:"op"` Path string `json:"path"` Value string `json:"value"` } подскажите как заполнить эта струтуру ?
Ребят , кто с ceph работал ? ceph -s cluster 7a07b731-d173-4b82-a11f-de82e3ff4d20 health HEALTH_WARN 182 pgs backfill_wait 253 pgs degraded ...
``` if msg.Type == "ovirt" || msg.Type == "vgpu" { check := CheckVlan(msg.ID, msg.Location, msg.VLAN) fmt.Println("вывод переменной check",check) if ch...
panic: runtime error: index out of range [24] with length 24 goroutine 1 [running]: main.main() ovirt.go:1598 +0xa28d exit status 2 fmt.Println(msg11.Cluster[i].D...
как передавать в systemd паратры запуска , то есть ExecStart=/usr/local/bin/nojava-ipmi-kvm -url $test.ru - вот $test.ru передавать при запуске ?
https://play.golang.org/p/vKMkBP3Xge4 ребят , а как записать один message весь вывод ? сейчас строками отдаёт {"result":"OK","message":"2cf0.5da2.7144:GigabitEthernet1/45","...
https://prometheus.io/docs/guides/go-application/ подскажит как кастомную метрику записать ?