cancel
Showing results for 
Search instead for 
Did you mean: 

OS Command Parameters in OS command adapter

Former Member
0 Kudos

Hi Team

i am trying to build OS command for sending alerts from solution manager to tivoli.

i am able to do so,but only 4 parameter values are shown in output using the script which i have created :

01;alert ID [MAI:ALERT:ID]

02;alertDateTime ‘[MAI:ALERT:DATE] at [MAI:ALERT:TIME]’

03;description ’[MAI:ALERT:DESCRIPTION]’

04;$ [MAI:ALERT:RATING]

is there a limitation of 4 on parameters passed and the value shown?

has anyone else faced this issue?

Thanks

Neha Chauhan

Accepted Solutions (0)

Answers (1)

Answers (1)

JBORDUAS67
Explorer
0 Kudos

Hello Neha, I don't know if you have already your answer but you could add multiple parameters but you have a limitation of 1024 characters that will display in the whole string container what you want to display.

alert ID "alert ID" alertDateTime "alert:date" at "alert:time" description "alert:description" "alert:rating"

Regards,

Jacques