Edit file plugins/jqzabbix.js/jqzabbix.js, and change default params in function createAjaxOption()
to:
// default params
if (method != 'user.login') {
params = $.extend({
extendoutput : true,
limit : options.limit
}, params);
}
Certificate - PEM to PKCS12
Convert Lets encrypt PEM to tomcat PKCS12 openssl pkcs12 -export \ - in fullchain.pem \ -inkey privkey.pem \ -out server.p12 \ -...
Mais vistos
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...
-
First you have to configure a wpad site in your IIS Open the proxypac.pac file you have previously created and save as wpad.dat. Copy wpa...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...