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
Script qui fait ce qu’on lui demande 🙂
I used this script with Centreon, and for execute it, add this line on header script: #!/usr/bin/php
Delete your php calling in Nagios command line :
define command{ command_name check_terastation_storage command_line $USER1$/check_terastation_storage.php $HOSTADDRESS$ $USER2$ 5 2 }
$USER1$ = Path to plugin $USER2$ = community 5 and 2 = warning and critique value
Freindly,