...
- OVS-3105 servicedesk notifications db on external mysqld and not localhost?
- RESOLVED
the three lines equate to a normal MySQL DSN, a username and finally a password
- RESOLVED
- OVS-3107 curious about how opsview treats state when service now incident record isnt created
- CLARIFIED
If an incident record is not created, an acknowledgement will be received in Opsview, but no ID will be associated. If an error is reported by ServiceNow (for example no authority to create a ticket, or internal error) then no acknowledgement will be sent to Opsview.
- CLARIFIED
- OVS-3110 notifications not received by service now ; need help debugging
- WONTFIX
At this time I cannot make any definitive comment on privileges - we originally developed the integration against another customers implementation and it worked with no problems. We didn't make a note of the access we had at the time (to be fair, we didn't have access to see what our access was )
The code we currently have only raises new tickets rather than update or delete existing ones - the only call I see to the soap service in the code is 'insert' (which probably equates to the 'create' role)
- WONTFIX
- OVS-3111 userland configurability of fields sent to service now during servicedesk-connector use?
- MIGHTFIX
Since this module was originally written for another customer, we made the code generic enough for their needs on changing fields, but at this time not all fields can be amended.
Do you have specific fields you want to amend, and if so I can track those in the code
- MIGHTFIX
- OVS-3113 support for running servicedesk-connector @ slaves in cluster as opposed to master
- RFE
This is not currently possible but I have raised a dev ticket to add this functionality in as NTFY-28
- RFE
- OVS-3114 describe use of Contact Variables in Notification Methods
- RFE
At the moment the ServceNow integration doesn't make use of the extra variables.
For other notification methods where a template is used such as for an email, the variables can be used to augent the data in whatever format you need.For ServiceNow since xml is generated on the fly there is no template to amend, hence no use of the contact variables currently.
What is your purpose behind asking? What did you want to achieve?
I have raised NTFY-30 for this issue
- RFE
- OVS-3115 notifications never make their way to notifications db, service now
- OPEN
- OVS-3116 support for admin purging of events at spool for servicedesk connector
- RFE
At the moment we do not have a script for achieving this; I'll raise a dev ticket for it as there should be a supported method.
In the mean time the only solution I have is to-shut down opsview-notifyd
-connect to the notifications db and remove the entries from the spool table
-restart opsview-notifydNTFY-29 raised
- RFE
- OVS-3121 ability to make servicedesk-connector comments on services not persistent
- RESOLVED
This can be amended by patching /opt/opsview/notifications/lib/Opsview/Notifications/Output.pm as follows ... and then restarting opsview-notifyd.
I have raised a dev ticket to fix this in the future
I'll resolve this for now, but we'll let you know when this is fixed correctly
- RESOLVED
- OVS-3123 help clarify when service now incident number is handed back to opsview
- RESOLVED
The docs at http://wiki.service-now.com/index.php?title=Tivoli_Enterprise_Console_Integration are really a guide to setting up a new soap interaction. I believe with SN you cannot easily create the rules until you have at least one submission to create the rules against.
In usual operation, the info is submitted to SN, the business rules are processed, a ticket created (or not, depending on the rules) and a response to the soap request is returned
I have also updated the doc page. Let me know if you need any more info http://docs.opsview.com/doku.php?id=servicedesk-connector-latest:configuration#service_now
- RESOLVED
- OVS-3125 length of comment field for acknowledgement + qualified service now incident url in comment via connector incident open?
- RESOLVED/NEEDSYALEPATCH
The ack text has a hard limit of 250 characters, so as long as the total length of the comment is under this, then it is fine to include.
The place to amend would be in /opt/opsview/notifications/lib/Opsview/Notifications/Output.pm at around line 111We are happy to accept patches if you make the change, but at the moment we are busy beavering away at Opsview 4 so I am not sure when we would be able to code this up ourselves.
- RESOLVED/NEEDSYALEPATCH
- OVS-3135 queries on servicedesk-connector + service now wrt recovery and flap
- OPENPARTIAL
1.) Would it be possible to put the incident is a RESOLVED state once the OpsView reports it is green?
At the moment no, but we have already got a dev ticket open for this: https://secure.opsview.com/jira/browse/NTFY-26
2.) We want to make sure if a machine or service is flapping that we do not open a ticket for every flap. What happens prior to flap, during flap, on flap recovery, etc? Can flap be adjusted?
Servicedesk-connector should provide a 'correlation id' to ServiceNow which is an ID made up of hostname, service name and partial timestamp, which ServiceNow should be able to recognise and collapse into the same ticket., so there shouldn't be multiple alerts raised from a flapping state.
- OPENPARTIAL
Service Now
- inquire about least privilege needed for bind account
- inquire about addresses to permit egress to from monitoring stations
...