php monitor.php -t host -o host_name=API_TESTHOST -o alias=API_TESTHOST -o address=192.168.1.26 -o template=default-host-template -o contacts=monitor -u monitor
php monitor.php -t service -o template=default-service -o host_name=API_TESTHOST -o service_description=API_TEST_SERVICE -o check_command=check_ping -o check_command_args=100,20%\!500,60% -u monitor
php monitor.php -t contact -o contact_name=API_CONTACT -o alias=API_CONTACT -o email=someone@op5.com -o service_notification_period=none -o host_notification_period=none -u monitor
php monitor.php -t command -o command_name=CHECK_TEST -o command_line=\$USER1\$/check_plugin.pl\ \-H\ \$HOSTADDRESS\$\ \-t\ 10 -u monitor
2, php monitor.php -t host -o host_name=API_TESTHOST_1 -o alias=API_TESTHOST_1 -o address=192.168.1.26 -o template=default-host-template -o contacts=monitor -u monitor
3, php monitor.php -t service -o template=default-service -o host_name=API_TESTHOST_1 -o service_description=API_TEST_SERVICE -o check_command=check_ping -o check_command_args=100,20%\!500,60% -u monitor
4, php monitor.php -t host -o host_name=API_TESTHOST_2 -o alias=API_TESTHOST_2 -o address=192.168.1.27 -o template=default-host-template -o contacts=monitor -u monitor
5, php monitor.php -t service -o template=default-service -o host_name=API_TESTHOST_2 -o service_description=API_TEST_SERVICE -o check_command=check_ping -o check_command_args=100,20%\!500,60% -u monitor