When monitoring ESX hosts using the check_vmware_esx plugin we started noticing a lot of “script time out” errors and the checks going to “Unkown” state even know the default timeout is 90s. For us the problem seems to be solved […]
Linux End of Life table
Linux End Of Life Table Debian 9 2022-06 Debian 8 2020-06 Debian 7 2016-04 Debian 6 2014-05 Debian 5 2012-02 Debian 4 2010-02 Ubuntu LTS 18 2023-04 Ubuntu LTS 16 2021-04 Ubuntu LTS 14 2019-04 Ubuntu LTS 12 2017-04 Centos […]
How to convert certificate from 64 bit to p12
The final command will be openssl pkcs12 -export Create the certificate request with openssl Now with MS CA generate the Certificate 64 bit. Create a chain certificate with the privatekey and public cert cat example.local.crt example.local.key > example.local.chain.crt Then just […]