Page 1 of 1

Addition of users to the alert list of existing services.

Posted: Wed Nov 26, 2014 2:14 am
by prateekagr1988
We have over 6000 services being monitored, and alerts being directed to certain users.

We need to add few more users to be updated in the alerts list, in above 1000 of those services.
Please suggest if there is a quick way to set this up.

Re: Addition of users to the alert list of existing services

Posted: Wed Nov 26, 2014 10:31 am
by tmcdonald
If you have the Enterprise Edition you can use the Bulk Modifications Tool to add contacts to services. It is located under Configure -> Core Config Manager -> Tools -> Bulk Modifications.

Re: Addition of users to the alert list of existing services

Posted: Wed Nov 26, 2014 12:21 pm
by prateekagr1988
I agree.. but sometimes bulk modification gets stuck.. Is there any other alternative or suggestion ?

Re: Addition of users to the alert list of existing services

Posted: Wed Nov 26, 2014 12:34 pm
by abrist
prateekagr1988 wrote:I agree.. but sometimes bulk modification gets stuck.. Is there any other alternative or suggestion ?
Could you expand on this?
What is the output of:

Code: Select all

grep "memory_limit\|max_execution\|max_input" /etc/php.ini

Re: Addition of users to the alert list of existing services

Posted: Wed Mar 04, 2015 6:05 am
by shahhitesh101
This is the output we are getting :
$ grep "memory_limit\|max_execution\|max_input" /etc/php.ini
; max_input_time
max_execution_time = 60
max_input_time = 60
;max_input_nesting_level = 64
memory_limit = 256M

Re: Addition of users to the alert list of existing services

Posted: Wed Mar 04, 2015 11:04 am
by abrist
You may want to double those values for when you have to do a very large bulk change:
max_execution_time = 120

Code: Select all

max_input_time = 120
memory_limit = 512M
Restart httpd:

Code: Select all

service httpd restart