Good script

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,