You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick and dirty script to get UPS stats into CollectD so you can forward them to Grafana. Tested with a Salicru UPS configured with the blazer_usb driver.
Update 2020-07-26:
At some point between the original publication of this howto and FreeNAS 13.1, default nut metrics appeeared on my InfluxDB server, so even though nut sends fewer metrics than the script on this Gist (see the default-nut-metrics.png file as opposed to the file listing at the end of the howto), I'm going to stick with the default metrics, so I don't have to mess around with installing scripts every time my FreeNAS box reboots.
I found many tutorials to install and configure python-broadlink, but all of them are for python 2, and the script has been ported to python3, so I decided to write this little howto.
Tested on a freshly installed Debian Buster container.
Run proxmox pve 5.4 with newer AMD Athlon / Ryzen CPU
This little guide tries to solve the problems you can find to boot Proxmox 5.4.x freshly installed into newer AMD Athlon / Ryzen CPU computers/servers.
I tested this with a AMD Athlon 200GE.
0.- Install Proxmox PVE as you usually do
1.- Upon first reboot, edit the grub parameters of the default entry "Proxmox Virtual Environment GNU/Linux" with the "e" key.
2.- Locate a line that starts with something similar to (hints: starts with linux and says something about vmlinuz):
linux /ROOT/pve-1@/boot/vmlinuz-4.15.18-12-pve root=ZFS=rpool/ROOT/pve-1 ro root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet
3.- Add a new keyword " nomodeset" at the end of that line.
4.- Push F10 to boot the system.
5.- Edit /etc/modprobe.d/pve-blacklist.conf file, and add at the end the following line:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Logstash config to parse json files resulting from plaso processed evtx files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters