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

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

Post Reply
User avatar
Hyperlord
Cacti User
Posts: 211
Joined: Tue Feb 10, 2009 3:24 am
Location: Frankfurt (a.M.), Germany

Post by Hyperlord »

Ever wrote:Hi I couldn't, I have Cacti in Ubuntu Server using an Ip address, if you have time Could you please give me some advice to finish to install the plugin. Thanks
Hu!?
Every server should have an IP ;)

Anyway, we already talked about that via ICQ:
apt-get install phpmyadmin
Then
-> http://serverip/phpmyadmin
-> Login as root

The rest is self-explaining, you can choose spain as language, too.
In the drop-down select the syslog-DB, then click on SQL (afaik), then select the .sql-File and import it. Done ;)

brgds
Om Tat Sat
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Same as the instructions I posted yesterday ! :)
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
Hyperlord
Cacti User
Posts: 211
Joined: Tue Feb 10, 2009 3:24 am
Location: Frankfurt (a.M.), Germany

Post by Hyperlord »

mcutting wrote:Same as the instructions I posted yesterday ! :)
Hehe see my signature ;)
Om Tat Sat
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

:)
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
janchan88
Posts: 15
Joined: Tue Nov 03, 2009 6:50 pm

I can't create new device

Post by janchan88 »

I know it must be a dude question but I can't find a way to create new device in camm.
Attachments
Cacti Camm.PNG
Cacti Camm.PNG (4.71 KiB) Viewed 16284 times
User avatar
smlick
Cacti User
Posts: 267
Joined: Tue May 20, 2008 4:09 am
Location: Italy, Rome

Re: I can't create new device

Post by smlick »

janchan88 wrote:I know it must be a dude question but I can't find a way to create new device in camm.
Probably you didn't understand well how it works.
Camm is a frontend for your syslog message it automatically collects new device when the syslog message arrive into db, so there's no need to create a device.

Regards
Alessio
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Post by gthe »

New version in first post:
gthe wrote: CAMM --- 1.6.6 ---2010-07-02
  • - Switch to use ExtJS 3.2.1.
    - Add parameter in camm settings [Hostname include domain]. Set it to [1] if in cacti You use FQDN in hostnames, but syslog sent only 'host' in messages;
    - The total change in the principles of search/mark messages by rules. Prior to that, if the message fell into 2 or more markering rules, it contained only a marker of the last rule. Now it is corrected by a new mechanism for marking. This should also positively affect the speed of processing. It also removes the restriction on the value of the marker. (previously it was <100). In order to process all records in the new scheme - follow these instructions after updating plugin

    Code: Select all

    "Truncate table plugin_camm_tree2;"
    and

    Code: Select all

    "update <you_syslog_db>.plugin_camm_syslog set `status`='0';"
    . Warning - this may cause a large load during the next cycle of the poller.
    - Update Slate theme;
    - Added new field [add] in the message's table, which can be used for any purpose - for example, for additional information and processing user-defined functions;
    - Added new field in [rule] table - [actual_triggered] - stores information about the current number of messages that fall under this rule;
    - A small change in the appearance of the "Edit rule" window;
    Changes in the left menu:
    - hidden folder icon - just plus / minus - it saves additional space for description;
    - sorting menu made by db, which positively affects the speed of display / update the menu, especially whith large number of hosts (thousands);
    - added automatically calculate, readonly parameter [camm_use_group_by_host] responsible for the additional grouping of records. To avoid unnecessary stress is not desirable to have a base Cacti hosts with the same value hostname. Check it by this sql

    Code: Select all

    "SELECT  hostname, count(*)  FROM host group by hostname having count(*)>1"

    - Fix error in IE;
    - Fix PageSize of store if update by TreeMenu;
    - Fixed bug causing a show of all message when you use the menu for a certain period;
After updating the files, be sure to press CTRL + F5 to refresh your browser cache!
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
User avatar
smlick
Cacti User
Posts: 267
Joined: Tue May 20, 2008 4:09 am
Location: Italy, Rome

Post by smlick »

Probably this morning I will test your new work :D
Tnx again for it.
I see that you add a new 1.6.62 instead of 1.6.6 some minor bug solved or something different?

Regards
Alessio
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
torstentfk
Cacti User
Posts: 367
Joined: Tue Apr 05, 2005 9:52 am
Location: Munich, Germany

Post by torstentfk »

Hi,

just installed the new version:
- I had to clear the syslog-db asthe update procedure did not start, perhaps due to too big syslog-db (12 mil entries)
- after cleaning, update went without problems.
- the mysql-wizard in the syslog rules editor does not start as I click on the line (firefox and ie-exploder)


Torsten
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Post by gthe »

smlick wrote:Probably this morning I will test your new work :D
Tnx again for it.
I see that you add a new 1.6.62 instead of 1.6.6 some minor bug solved or something different?

Regards
Alessio
I changed the title of the topic.
torstentfk wrote:Hi,

just installed the new version:
- I had to clear the syslog-db asthe update procedure did not start, perhaps due to too big syslog-db (12 mil entries)
- after cleaning, update went without problems.
- the mysql-wizard in the syslog rules editor does not start as I click on the line (firefox and ie-exploder)


Torsten
Yep, try this one..
Attachments
cacti.plugin.camm-min.zip
(61.2 KiB) Downloaded 2947 times
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
User avatar
smlick
Cacti User
Posts: 267
Joined: Tue May 20, 2008 4:09 am
Location: Italy, Rome

Post by smlick »

After update I get " no row data for this ID" when I try to edit record detail.

Regards
Alessio
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Post by gthe »

smlick wrote:After update I get " no row data for this ID" when I try to edit record detail.

Regards
Alessio
Try CTRL+F5 (update brawser cache)?

Also, you can display a column with id messages and do a search on a table row with this id manually - for verification.
You do not change the database via the settings?
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
torstentfk
Cacti User
Posts: 367
Joined: Tue Apr 05, 2005 9:52 am
Location: Munich, Germany

Post by torstentfk »

works....

thanks
gthe wrote:
smlick wrote:Probably this morning I will test your new work :D
Tnx again for it.
I see that you add a new 1.6.62 instead of 1.6.6 some minor bug solved or something different?

Regards
Alessio
I changed the title of the topic.
torstentfk wrote:Hi,

just installed the new version:
- I had to clear the syslog-db asthe update procedure did not start, perhaps due to too big syslog-db (12 mil entries)
- after cleaning, update went without problems.
- the mysql-wizard in the syslog rules editor does not start as I click on the line (firefox and ie-exploder)


Torsten
Yep, try this one..
User avatar
smlick
Cacti User
Posts: 267
Joined: Tue May 20, 2008 4:09 am
Location: Italy, Rome

Post by smlick »

gthe wrote:
smlick wrote:After update I get " no row data for this ID" when I try to edit record detail.

Regards
Alessio
Try CTRL+F5 (update brawser cache)?

Also, you can display a column with id messages and do a search on a table row with this id manually - for verification.
You do not change the database via the settings?
I try CTRL+F5 and also IE and FF.
In the attach a screenshot (no ID).

Regards
Alessio
Attachments
error.JPG
error.JPG (177.5 KiB) Viewed 16076 times
error2.JPG
error2.JPG (36.04 KiB) Viewed 16076 times
Cacti Version 0.8.8c production / 0.8.8c test W2008 -- Plugin:Weathermap - Monitor - CAMM 1.6.7 :) - Nectar - GPS Map
User avatar
gthe
Cacti User
Posts: 410
Joined: Sat Jul 29, 2006 1:23 pm
Location: RU

Post by gthe »

smlick wrote:
I try CTRL+F5 and also IE and FF.
In the attach a screenshot (no ID).

Regards
Alessio
You use table plugin_camm_syslog_incoming in settings (Syslog incoming table)?
torstentfk wrote:works....

thanks
You can check the problem as a Smlick?
My cacti plugin -[url=http://forums.cacti.net/viewtopic.php?p=156769#156769]CaMM[/url]
[size=75]Sorry for my English. [/size]
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests