Archivo de la categoría: Nix

nginx monitoring prtg

If you’re merely interested in recording the connection information from the status page, you can use the embedded variables that the status module exposes, and format them for consumption by the HTTP Content sensor directly in the NGINX configuration: location /prtg { return 200 [$connections_active][$connections_reading][$connections_writing][$connections_waiting]; access_log off; allow x.x.x.x/y; deny all; } Reference: https://nginx.org/en/docs/http/ngx_http_stub_status_module.html

zfs replicate

https://github.com/leprechau/zfs-replicate/blob/master/zfs-replicate.sh

CentOS 7: Failed to set MokListRT: Invalid Parameter

If you have the following error upon startup, do this to make the system bootable again. Failed to set MokListRT: Invalid Parameter Something has gone seriously wrong: import_mok_state() failed:Invalid Parameter Either burn a new CentoS disc, make a boot flash drive, or insert the install ISO to your VM. Boot from the disc and once… Leer más »

multipath

https://www.thegeekdiary.com/a-beginners-guide-to-solaris-multipathing-software-mpxio-stms/   A beginners guide to Solaris Multipathing Software (MPxIO or STMS) By admin Oracle Solaris Storage Multipathing MPxIO provides multipath access to storage luns by grouping together the physical paths and presenting a single logical path. MPxIO can also be referred as STMS or SCSI_VHCI due to the commands used and logical device paths created. Configuration files For Solaris… Leer más »

extend root filesystem CENTOS 7

Saltar al final de los metadatos Creado por Fredrik Mikker, modificado por última vez por Martin Sharples el jul 25, 2017 Ir al inicio de los metadatos Version This article was written for version 6 of OP5 Appliance System, it could work on both lower and higher version if nothing else is stated. Articles in community space is not… Leer más »