Pim van Pelt
Pim van Pelt
See discussion in https://github.com/cesanta/mongoose-os/issues/533 This PR is non-intrusive, as the default compiler toolkit chosen (`x86_64-linux-gnu`) is the one for AMD64: ``` lrwxrwxrwx 1 root root 5 May 20 2019 /usr/bin/gcc...
It would be beneficial for us to support multiple ubuntu targets, for example eabihf (aka Raspberry Pi) or arm64 (aka OrangePI). ## Progress so far I've taken a look into...
##### SUMMARY Is cisco.iosxr.iosxr_user meant to work on old IOS/XR versions? Notably: ``` Cisco IOS XR Software, Version 6.1.3[Default] Cisco IOS XR Software, Version 5.3.4[Default] ``` The former is an...
linux-cp and lcpng do not honor address additions/deletions on unnumbered interfaces. Take the following example: ``` root@vpp0-3:/usr/share/vpp/api# vppctl lcp lcp-sync-unnumbered on root@vpp0-3:/usr/share/vpp/api# ip -br a lo UNKNOWN 127.0.0.1/8 ::1/128 loop0...
This flag determines if the metrics contain labels with the nagios command, or if the metrics are named with the nagios command. --command_labels=false (the default) nagios_paphosting_check_ssh_exec_time{hostname="absynth.ipng.nl", service="sshd:22"} 0.093268 --command_labels=true nagios_command_exec_time{hostname="absynth.ipng.nl",...
Thank you for your work on this little gem. I installed the prometheus nagios exporter and have a specific question about your metric naming scheme: Rather than encoding the nagios...
### Description I have just installed a copy of loops-server running inside of Docker using the docker-compose.yml file and a `.env` file (see below). I've followed the steps in `DOCKER_COMPOSE_SETUP.md`,...