I have encountered a strange problem with the following steps:-
Create a web scenario "WA" under host "HA".
Create a trigger "TA" under host "HA" for web scenario "WA".
Create an action "AA" under host "HA" based on trigger "TA".
Everything works fine.
Then I have delete the web scenario "WA".
I can't find the trigger "TA" under host "HA".
The condition for action "AA" become blank, I then delete action "AA" under host "HA".
Then I have create the web scenario with the same name "WA" under host "HB".
I tried to create trigger "TB" under host "HB" for web scenario "WA" but the UI complaint with "* No such monitored parameter ( web.test.fail[WA]) for host (HB)"
I tried to create an item under host "HB" with key "web.test.fail[WA]" but it complained that "* An item with the Key [web.test.fail[WA]] already exists for host [HB]. The key must be unique.", I know I don't need to do that and should not do that, but just would like to check if the key already exist which is the case. Wonder why I cannot create this trigger.
FYI, I have also tried to create the web scenario as WB or WC (another name) but it also failed with the same result. What could possibly be the cause? What should I do then?
Create a web scenario "WA" under host "HA".
Create a trigger "TA" under host "HA" for web scenario "WA".
Create an action "AA" under host "HA" based on trigger "TA".
Everything works fine.
Then I have delete the web scenario "WA".
I can't find the trigger "TA" under host "HA".
The condition for action "AA" become blank, I then delete action "AA" under host "HA".
Then I have create the web scenario with the same name "WA" under host "HB".
I tried to create trigger "TB" under host "HB" for web scenario "WA" but the UI complaint with "* No such monitored parameter ( web.test.fail[WA]) for host (HB)"
I tried to create an item under host "HB" with key "web.test.fail[WA]" but it complained that "* An item with the Key [web.test.fail[WA]] already exists for host [HB]. The key must be unique.", I know I don't need to do that and should not do that, but just would like to check if the key already exist which is the case. Wonder why I cannot create this trigger.
FYI, I have also tried to create the web scenario as WB or WC (another name) but it also failed with the same result. What could possibly be the cause? What should I do then?
Comment