CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
Moderators: Developers, Moderators
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
Here is my ver info.
- Attachments
-
- 2010-10-01_130127.jpg (87.31 KiB) Viewed 3363 times
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
I don't see camm version here.hammer733 wrote:Here is my ver info.
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
[size=75]Sorry for my English. [/size]
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
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!
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!
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
1. This field filled based on trap messages.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!
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
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
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
[size=75]Sorry for my English. [/size]
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
Sorry, Here is Camm Ver
- Attachments
-
- 2010-10-04_070722.jpg (22.78 KiB) Viewed 3346 times
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
But can I change the colour of different of severity?
Thanks
Thanks
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
Own - hardly.JOEGOR wrote:But can I change the colour of different of severity?
Thanks
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]
[size=75]Sorry for my English. [/size]
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
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.
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 (27.58 KiB) Viewed 3317 times
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
"Warning" also gives a color...
cacti version: 0.8.7g
camm version: 1.6.75 (and also available in older versions of camm)
cacti version: 0.8.7g
camm version: 1.6.75 (and also available in older versions of camm)
- Attachments
-
- camm_snmptt_warning.JPG (11.71 KiB) Viewed 3308 times
-
- Posts: 1
- Joined: Fri Oct 01, 2010 7:53 am
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
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 .
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 .
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
Try update camm from this thread now.hammer733 wrote:Sorry, Here is Camm Ver
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
[size=75]Sorry for my English. [/size]
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
How do you want to do this?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
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]
[size=75]Sorry for my English. [/size]
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
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
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
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
I can't reproduce this.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
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
[size=75]Sorry for my English. [/size]
Re: CaMM (Cacti Message Management) plugin v1.6.7 2010-08-26
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).
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 ?Who is online
Users browsing this forum: No registered users and 3 guests