From 0f0eeedb74657b54b0679694426970beb0d2a712 Mon Sep 17 00:00:00 2001 From: darode Date: Wed, 16 Mar 2011 16:37:07 +0000 Subject: [PATCH] 2011-03-16 Dario Rodriguez * util/plugin/create_integria_incident.sh: Fixed an error in help text. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4102 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/util/plugin/create_integria_incident.sh | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index d58674d91a..7fe070b5ae 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2011-03-16 Dario Rodriguez + + * util/plugin/create_integria_incident.sh: Fixed an error in help text. + 2011-03-16 Dario Rodriguez * util/plugin/integria_plugin/integria_plugin.sh, diff --git a/pandora_server/util/plugin/create_integria_incident.sh b/pandora_server/util/plugin/create_integria_incident.sh index 2802258936..b0fb6cf091 100755 --- a/pandora_server/util/plugin/create_integria_incident.sh +++ b/pandora_server/util/plugin/create_integria_incident.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Integria Plugin for Pandora FMS +# Create Integria Incident Script for Pandora FMS # This plugin uses Integria API # (c) Dario Rodriguez 2011 @@ -16,7 +16,7 @@ INVENTORY="" # Help menu function help { - echo -e "Integria Plugin for Pandora FMS. http://pandorafms.com" + echo -e "Create Integria Incident Script for Pandora FMS. http://pandorafms.com" echo -e "Syntax:" echo -e "\t\t-c : integria console path" echo -e "\t\t-u : user"