Member since
02-14-2017
1
Post
0
Kudos Received
0
Solutions
02-14-2017
05:22 PM
Hi @Jonathan Hurley Is there any way to get the host name in which the state service changed along with the other definitions that were given in the python script at your given link? I'm able to see notifications going to my my slack channels with the ones below but I still need the hostname definition as a separate definition, any idea? definitionName = sys.argv[1]
definitionLabel = sys.argv[2]
serviceName = sys.argv[3]
alertState = sys.argv[4]
alertText = sys.argv[5]
... View more