Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

1813

November 7th, 2014 00:00

Disable event code 35 in avamar?

Hi im running avamar 7.0.2-47 and trying to disable the event code 35 in my profile for mail events but the event code 35 I cant see at all in my list but I still gets email about it. Anyone experience this and have a solution to disable it?

See below my issue the event code 35 is not there!

3301d9f.jpg

10 Posts

November 10th, 2014 00:00

Hi

As you can see below your command shows
eventcode 35 in profile but not in gui.

Can you give me command to disable the
email notification for event code 35?

~/>: psql -p 5555 mcdb -c "select name, code, default_value, cur_value, email_notify_enabled, sched_id  from ev_cus_codes LEFT OUTER JOIN ev_cus_prof on ev_cus_codes.epid = ev_cus_prof.epid where ev_cus_codes.code=35 AND cur_value='t' AND email_notify_enabled='t';"

         name         | code | default_value | cur_value | email_notify_enabled |       sched_id

----------------------+------+---------------+-----------+----------------------+-----------------------

High Priority Events |   35 | f             | t         | t                    | INIT_SCH_NOTIFICATION

(1 row)

But I still cant see it in the gui same problem on profile High Priority Events.

Can you give me command to disable email notification in psql?

2 Intern

 • 

498 Posts

November 7th, 2014 12:00

what is event code 35 - and I could tell you if I am getting it or not.

I also do NOT see it in the profile.

10 Posts

November 7th, 2014 23:00

This is what the mail says.

Event Code = 35

Event Date/Time =
11/07-22:05:54.00000

Event Type =
INFORMATION

Event Severity =
OK

Event Summary =
created stripe 0.0-454 kind=COMP

117 Posts

November 10th, 2014 00:00

Hi,

I suspect you have added yourself in copy of one of the default system profiles somehow and the profile is set to "send data as events occur":

I would run this command as admin from the utility node, it will give you a list of profiles where the code "35" is active:

admin@avamar:~/>: psql -p 5555 mcdb -c "select name, code, cur_value, email_notify_enabled, sched_id  from ev_cus_codes LEFT OUTER JOIN ev_cus_prof on ev_cus_codes.epid = ev_cus_prof.epid where ev_cus_codes.code=35 AND cur_value='t' AND email_notify_enabled='t';"

name             | code | cur_value | email_notify_enabled | sched_id

-----------------------------+------+-----------+----------------------+-----------------------

HPE                         |   35 | t         | t                    | INIT_SCH_NOTIFICATION

HPE2                        |   35 | t         | t                    | INIT_SCH_NOTIFICATION

HPEtest                     |   35 | t         | t                    | INIT_SCH_NOTIFICATION

TT                          |   35 | t         | t                    | INIT_SCH_NOTIFICATION

High Priority Events         | 35 | t         | t                    | INIT_SCH_NOTIFICATION

HPE with email notification |   35 | t         | t                    |

(6 rows)

admin@ avamar:~/>:

You can then go through the profiles and remove yourself from the CC list of the profiles via the "email notifications" tab OR change the setting "Send data as events occur"  option to "Send data on a schedule" which is recommended to avoid receiving too many emails anyway.

Regards,

117 Posts

November 10th, 2014 03:00

Hi,

We should not be disabling the event code as that may have an effect on reporting or other processes. This behaviour is strange and I don't believe it should be happening.

I would recommend you open up a Service request so that the problem can be correctly researched.

Regards,

Adam

2 Intern

 • 

498 Posts

November 12th, 2014 14:00

As your running of the command shows it is in the PROFILE High Priority Events.

so go/ Tools/Manage Profiles/High Priority Events/ Edit/ the Email Notification tab should show up.

remove your email address - or the "group" email address to your internal people.

LEAVE the phone home email address.

1 Message

January 5th, 2015 04:00

Hello,

I had same issue and resolved it - not disabling profiles or removing any event codes via cmd, just did it via GUI.

You probably did same thing like me - used built-in High priority profile as a template for my "user-defined" profile.

I didn't know that this High Priority profile has some "secret" codes (e.g. 35) which are not visible in the GUI, but which generates alerts when you use it.

The solution is to create new profile from the scratch (not copying it) with all required event codes.

And that's it.

Worked for me, hopefully will also for you or anyone else googling for answer like I was...;-)

Cheers

A.

No Events found!

Top