Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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