Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Tonosinai
byTonosinai, February 22, 2012
This plugin is working excellent. For use on System with german language it is neccessary to modify the arrays due to missing ".".
code;
IPsUso_array2 = Split(IPsUso_array(0), " ") ;It is array(0) because of the missing "." after "Anzahl" (Englisch Version is "No.")
IPsLibres_array2 = Split(IPsLibres_array(0), " ")
;Same here
This should also work on systems with other languages.
Kind regards
Stefan
code;
IPsUso_array2 = Split(IPsUso_array(0), " ") ;It is array(0) because of the missing "." after "Anzahl" (Englisch Version is "No.")
IPsLibres_array2 = Split(IPsLibres_array(0), " ")
;Same here
This should also work on systems with other languages.
Kind regards
Stefan