1838034 Members
4172 Online
110124 Solutions
New Discussion

Re: PCM+ Alert Help

 
BBI
Occasional Advisor

PCM+ Alert Help

Hi,

i'm using PCM+ 3.2 to monitor switches and a wireless controller (MSM760).
i would like to be alerted when certain things occur, like an AP dropping off the network.
so far i haven't been able to work out the best way to do this, so wondered if anyone had some helpful tips?

it looks like it would need to be done with policy manager, but thus far my attempts have failed.

thanks in advance

Simon

 

 

P.S. his thread has been moved from Communications, Wireless (Legacy ITRC forum) to Network Management > PCM. - Hp Forum Modertor

14 REPLIES 14
cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

hi Simon
when ap down on your controller (unable connection existing ap)

can you see any sys log on MSM controller

cenk

BBI
Occasional Advisor

Re: PCM+ Alert Help

Hi, thanks for the response.

i've just had a look, and it doesn't look like there are any messages.

should i work towards getting syslog messages to PCM first?
thanks
cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

you must see sys log message on controller
(when existing ap disconnect on controller)


please check and say me result

cenk

cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

after your controller must be set remote system log server

under the status tab.
your remote syslog server must be PCM server

in this way all syslog message go MSM controller to PCM server


please test
cenk

cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

if can take syslog message on MSM controller

we can create policy
cenk

BBI
Occasional Advisor

Re: PCM+ Alert Help

Okay,

i can see syslog messages when the AP comes back on, but not when it goes off.
i get messages in the event log when the AP goes off and on, so can these be used?

i'll try and get the syslog going too, but at the moment i see no messages related to the AP going off.
cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

very bad :(

we may be use come back access point controller connection but you don't see access point down your network


what is software version controller
cenk

BBI
Occasional Advisor

Re: PCM+ Alert Help

Okay, progress.

there is a series of messages when the AP goes off, which contain the phrase "No route to host"

i can also see these on PCM now :)

just edited my policy to look for messages from the controller which contain "No route to host"

will now go and unplug my test AP again and see what happens.....
cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

great...!

"No route to host" message can generate policy action ...
cenk

BBI
Occasional Advisor

Re: PCM+ Alert Help

Hmmm,

well i setup 2 policies, 1 for offline 1 for online, and no alerts.

i tried using the wireless controller MSM760 device as the source for the policy. when this didn't work i added All Devices, but this still didn't work.

is there a special way i need to get the policy manager to reference the syslog messages?

thanks again
cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

you must create alert and action for policy

alert by trigger policy

fristly create alert

clik
alert source as event source*****

alert filter ******
equal to informational
contains *****
"No route host"(syslog message key word

secontly action

for example popup action or send email


and create policy
cenk

Jens Egger
Occasional Advisor

Re: PCM+ Alert Help

Hi Simon,

I need make a correction to Cenk's messages. PCM Policy Manager does not act on Syslog messages, but only on SNMP v1/v2c traps. So please program the MSM 760 to send traps (additionally) to PCM by using community name public.

Regards


Jens
cenk sasmaztin
Honored Contributor

Re: PCM+ Alert Help

PCM policy able trigger with syslog message


cenk

BBI
Occasional Advisor

Re: PCM+ Alert Help

Morning All,

thanks for all the responses.

i now have working alerts :)

i had to get SNMP v2 alerts sent to PCM from the controller (i had previously used v3).

from there i could use the OID for "coDeviceStateChangeNotification" and "Its state is : " to set alerts for disconnected (state 1) and running (state 7).

thanks again