CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
hammer733
Posts: 22
Joined: Fri Aug 20, 2010 6:47 pm

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by hammer733 »

Here is my ver info.
Attachments
2010-10-01_130127.jpg
2010-10-01_130127.jpg (87.31 KiB) Viewed 3363 times
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by gthe »

hammer733 wrote:Here is my ver info.
I don't see camm version here.
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
JOEGOR
Posts: 13
Joined: Tue Oct 13, 2009 11:59 pm

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by JOEGOR »

hi Gthe,

I'm enjoying this CAMM application.
It's really good.

But I have some question about this apps.
1) how many/ what Severity of SNMPTrap can I set?
2) Is there any default color of different Severity trap? Can I change it?
3) I found that the rules action is not real time. Could I tune it? I want to minimize the delay between it recieve the trap and send out a email.

Thanks a lot!
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by gthe »

JOEGOR wrote:hi Gthe,

I'm enjoying this CAMM application.
It's really good.

But I have some question about this apps.
1) how many/ what Severity of SNMPTrap can I set?
2) Is there any default color of different Severity trap? Can I change it?
3) I found that the rules action is not real time. Could I tune it? I want to minimize the delay between it recieve the trap and send out a email.

Thanks a lot!
1. This field filled based on trap messages.
2. It's hard-coded in js like this:

Code: Select all

               switch (severity) { 
                  case 'normal' : 
                     cls = 'info-row' 
                     break;
                  case 'warning' : 
                 case 'warn' : 
                     cls = 'warning-row' 
                     break; 
                  case 'critical' : 
                 case 'crit' : 
                     cls = 'critical-row'
                     break;                     
                 case 'major' : 
                     cls = 'error-row' 
                     break;                     
               }//end switch 
3. Rules processed by poller, so delay = cacti Poller Interval.
But I think that if you add a separate cron job like this:

Code: Select all

*/1 * * * * cacti php/var/www/html/cacti/plugins/camm/poller_camm.php &> / dev / null
it must work every minute.
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
hammer733
Posts: 22
Joined: Fri Aug 20, 2010 6:47 pm

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by hammer733 »

Sorry, Here is Camm Ver
Attachments
2010-10-04_070722.jpg
2010-10-04_070722.jpg (22.78 KiB) Viewed 3346 times
JOEGOR
Posts: 13
Joined: Tue Oct 13, 2009 11:59 pm

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by JOEGOR »

But can I change the colour of different of severity?
Thanks
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by gthe »

JOEGOR wrote:But can I change the colour of different of severity?
Thanks
Own - hardly.
Tell me what color - and I'll add it in the next version
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
johny_b
Posts: 1
Joined: Wed Oct 06, 2010 3:20 am

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by johny_b »

Hi,

i sent snmp traps with different severity. Only traps with severity "major" and "normal" are colored (attached picture).

Can you please update configuration for severity "warning", "critical", "information", "minor"?

Cacti version: 0.8.7e
Camm version: 1.6.7

Thanks.
Attachments
camm_snmp_traps_severity.png
camm_snmp_traps_severity.png (27.58 KiB) Viewed 3317 times
cruxx
Posts: 16
Joined: Thu Sep 09, 2010 7:36 am
Location: Schwerin, Germany

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by cruxx »

"Warning" also gives a color...

cacti version: 0.8.7g
camm version: 1.6.75 (and also available in older versions of camm)
Attachments
camm_snmptt_warning.JPG
camm_snmptt_warning.JPG (11.71 KiB) Viewed 3308 times
pawelb1973
Posts: 1
Joined: Fri Oct 01, 2010 7:53 am

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by pawelb1973 »

Hello!
Can you e-mail me or post here unpacked version of this plugin?
I have a few ideas to improve displaying syslog, such as three additional columns: first occurence, last occurence, event count.
Modified versions of scripts will be posted here or e-mailed to You.

Pawel

PS.
I can't read Yours prv mesg that you send me. Forum system says "We are sorry, but you are not authorised to use this feature. You may have just registered here and may need to participate more to be able to use this feature."
Please e-mail me to: pawel0 (at) o2.pl .
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by gthe »

hammer733 wrote:Sorry, Here is Camm Ver
Try update camm from this thread now.
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by gthe »

pawelb1973 wrote:Hello!
Can you e-mail me or post here unpacked version of this plugin?
I have a few ideas to improve displaying syslog, such as three additional columns: first occurence, last occurence, event count.
Modified versions of scripts will be posted here or e-mailed to You.

Pawel
How do you want to do this?
My vision of itself - to do more advanced filtering system when viewing the chart. Then you can sort any event and see it first / last occur.
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
uhtred
Cacti User
Posts: 121
Joined: Fri Oct 09, 2009 8:59 am
Location: Germany

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by uhtred »

hi gthe,

there seems to be 2 little bugs in snmp module of camm:
1. the root tree (snmptt) shows only 0% instead of 100%
2. if i select a child tree (type or host), it show the correct traps, but after auto refresh i see all incomming traps (jumps back to root tree). if i refresh manually, it shows the correct traps.

greetings
System: Ubuntu 10.04lts@64bit, 2*X5650, 12GB, Cacti 0.8.7g, Spine 0.8.7g, PA2.9, Weathermap 0.97a, CAMM 1.6.75, monitor 1.3.1, realtime 0.43, thold 0.4.9.3, manage 0.6.2, mactrack 2.9(.1) ---- 508 devices, 6741 items, 4263 ds, time 7.01s, intervall 60, proc. 12, threads 14, php server 8
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by gthe »

uhtred wrote:hi gthe,

2. if i select a child tree (type or host), it show the correct traps, but after auto refresh i see all incomming traps (jumps back to root tree). if i refresh manually, it shows the correct traps.

greetings
I can't reproduce this.
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
lasylve
Posts: 22
Joined: Fri Oct 02, 2009 1:34 am

Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26

Post by lasylve »

Hi, I have a problem with 1.6.75 camm version, when I go on camm tab for the first time, it takes a veeeerrry long time to display "camm_view.php" (have a look on the picture attached).
temps_camm.jpg
temps_camm.jpg (10.7 KiB) Viewed 3116 times
Is 4sec by row a normal time for 46804 traps as my server seems not to be overloaded by the requests ? What could cause this ?
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests