Hello !
I would like to create a ticket in the command line before create a eventhandler script.
I use this synthax :
/usr/lib/centreon/plugins/centreon_notification_centreon_opentickets_api.pl --plugin notification::centreon::opentickets::api::plugin --mode=open-service --api-hostname='IP' --api-port=80 --api-proto=http --api-username=admin --api-password='mypassword' --rule-name='Rule JIRA' --host-id=69 --service-id=355 --service-output='SNMP Table Request: Timeout' --service-state='UNKNOWN'
I’ve this error :
Method not found
I’m not sure, what is the “service-output” and someone know any solution ?