Module data
This script allows you to create a new indicent on Integria using Integria Web API.
You can see all parameter and an example of how to call this script typing:
$> ./create_integria_incident.sh
You will see:
Create Integria Incident Script for Pandora FMS. http://pandorafms.com
Syntax:
-c : integria console path
-u : user
[-k] : API key (required if key is set on integria console)
-t : Indicent title
-d : Indicent description
-p : Indicent priority
-g : ID indicent group
-i : ID indicent inventory
Samples:
./create_integria_incident.sh -c http://127.0.0.1/integria -u user -t "Incident title" -d "Incident description" -p 4 -g 5 -i 8
** NOTE: Be careful with weird characters when doing the call, qoute them.
If you need more information about Integria API you can visit:
http://www.openideas.info/wiki/index.php?title=Integria