This post is more than 5 years old

1505

May 23rd, 2018 16:00

Notifications for "While Advisory Limit Remains Exceeded"

Anyone know how to or have the CLI commands to create/modify the "While Advisory Limit Remains Exceeded" and the Frequency, the multiple emails, and remaining options for the Remains Exceeded notifications? I have scripts for creating and/or modifying the initial "Hard/Soft/Advisory Limit Notification Rules" but cannot find how to modify the additional "While Hard/Soft/Advisory Limit Remains Exceed" notifications using the command line with the "isi quota quotas notifications modify --path=/ifs/...". Any ideas??? Yes, I can modify with the GUI but a couple a few hundred get rather tedious.

Thanks in Advance!!!

4 Operator

 • 

1.2K Posts

May 24th, 2018 07:00

Have a look at the --schedule ... parameter;  see man isi-schedule for how to formulate repeating schedules.

hth

--Peter

May 24th, 2018 15:00

Wow, I did not see that, (Blind in one eye and can't see out of the other - literally) and I can understand the logic in it now. Helped to look at the messages file and audit_config.log to see how it breaks each action out. Sure is going to take a lot of coding to make everything work the way they want it to. Looks like one line per action for each of the options or is there a way to combine them into one really extended cli command?  Thanks for the suggestion on the --schedule parameter, don't know how I missed it, can't see the forest for the trees I guess. Many Thanks!

Top