[RELEASE] thold-0.4.4-43

Support questions about the Threshold plugin

Moderators: Developers, Moderators

sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

[RELEASE] thold-0.4.4-43

Post by sodium »

release of 0.4.4-45

- 0.4.4-45: fix template selection view mechanism

thold-0.4.4-41.tgz Downloaded 508 times :-)
thold-0.4.4-43.tgz Downloaded 509 times :-)
Attachments
thold-0.4.4-45.tgz
version 0.4.4-45
(80.4 KiB) Downloaded 734 times
Last edited by sodium on Tue Sep 20, 2011 3:54 am, edited 6 times in total.
All the problems of the world could be settled if people were only willing to think...
chadd
Cacti User
Posts: 382
Joined: Thu Mar 24, 2005 3:53 pm
Location: Ocoee, Florida

Re: [RELEASE] thold-0.4.4-41

Post by chadd »

Having a hard time getting an answer, so I am hoping you can help me out. I am using the latest SVN version of Thold, and it says it supports RPN expressions. I am trying to use one: CURRENT_DATA_SOURCE,ALL_DATA_SOURCES_NODUPS,/,100,* to get a percent utilized of memory. The two datasources are used and free, so you'd have to do some math to come up with a % used. Any help would be great! Even if it is, yeah, that does not work yet.. Thanks,

-chadd.
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Re: [RELEASE] thold-0.4.4-41

Post by sodium »

keep in mind that our release is a bit of a fork 0.4.4 ...
we posted our code to the forum and PM'd Jimmy and asked for a code merge... but I think he is busy.

why don't you use the percentage CDEF?
All the problems of the world could be settled if people were only willing to think...
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Re: [RELEASE] thold-0.4.4-41

Post by sodium »

some help with the version numbering

I use our SVN release numbers in the version numbering 0.4.4 = main number
-41 is our SVN release number

the next release (with only minor fixes) will only have a higher SVN release number

I hope Jimmy at some point will merge our code with the main SVN trunk...
All the problems of the world could be settled if people were only willing to think...
chadd
Cacti User
Posts: 382
Joined: Thu Mar 24, 2005 3:53 pm
Location: Ocoee, Florida

Re: [RELEASE] thold-0.4.4-41

Post by chadd »

sodium wrote:keep in mind that our release is a bit of a fork 0.4.4 ...
we posted our code to the forum and PM'd Jimmy and asked for a code merge... but I think he is busy.

why don't you use the percentage CDEF?
Well, the way I read it, you would have to have a "total" datasource, in order to use the percentage CDEF. I only have "used" and "free" datasources. Therefore I would require the math: used/(used+free)*100.

Please let me know if I am reading this wrong. Thanks,

-chadd.
aocampo
Posts: 15
Joined: Wed Sep 29, 2010 11:03 am

Re: [RELEASE] thold-0.4.4-41

Post by aocampo »

Hi to all!!

Sadly, i have had this error when I tried to create a threshold from template: "Threshold(s) Already Exist - No Thresholds Created".

Do you have any idea?

Thanks for your help
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Re: [RELEASE] thold-0.4.4-41

Post by sodium »

I need some more information... Is the gui right? Do you have already some thresholds on the same datasorce. And does it work for you when you create a threshold on a datasource on a new( unused datasource )
All the problems of the world could be settled if people were only willing to think...
aocampo
Posts: 15
Joined: Wed Sep 29, 2010 11:03 am

Re: [RELEASE] thold-0.4.4-41

Post by aocampo »

Hi sodium!

Yes, is the GUI! I have configured this threshold template:
template.PNG
template.PNG (50.93 KiB) Viewed 7756 times
The datasources doesn't have any threshold and I can't apply this threshold to any datasource. I tried uninstalling the plugin, but it doesn't work.

In addition, when I configure this threshold without templates, it works!

Thanks for your time!
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Re: [RELEASE] thold-0.4.4-41

Post by sodium »

Seems all right except I would use a positive value for min trigger Duration... ( not the reason of the issue)
When you auto create a threshold with this template you raise the error?

When I should ask you to enter some commands in the mysql command line does that scare you?
All the problems of the world could be settled if people were only willing to think...
aocampo
Posts: 15
Joined: Wed Sep 29, 2010 11:03 am

Re: [RELEASE] thold-0.4.4-41

Post by aocampo »

Yes, the mentioned error message is raised when I try to apply the above template.

I can enter mysql commands without any fear :D
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Re: [RELEASE] thold-0.4.4-41

Post by sodium »

aocampo wrote:Yes, the mentioned error message is raised when I try to apply the above template.

I can enter mysql commands without any fear :D
sorry for the delay:

PM me the results of :

select * from thold_data\G

and

select * from thold_template\G
All the problems of the world could be settled if people were only willing to think...
rmcdonald
Posts: 42
Joined: Wed Dec 22, 2010 4:03 pm
Location: Minnesota

Re: [RELEASE] thold-0.4.4-41

Post by rmcdonald »

Has anyone got this figured out yet. I too get the same error?
rmcdonald
Posts: 42
Joined: Wed Dec 22, 2010 4:03 pm
Location: Minnesota

Re: [RELEASE] thold-0.4.4-41

Post by rmcdonald »

sodium

apparently I'm not authorized to read PM's. What did your message say?

Thanks,
sodium
Cacti User
Posts: 115
Joined: Wed Feb 01, 2006 10:29 am

Re: [RELEASE] thold-0.4.4-41

Post by sodium »

PM me the results of :

select * from thold_data\G

and

select * from thold_template\G
All the problems of the world could be settled if people were only willing to think...
ocoralan
Posts: 21
Joined: Mon Apr 25, 2011 7:38 pm

Re: [RELEASE] thold-0.4.4-41

Post by ocoralan »

Very good.

But sometimes the following error occurs:

Code: Select all

05/13/2011 04:32:26 PM - CMDPHP: Poller[0] ERROR: A DB Exec Failed!, Error:'1060', SQL:"ALTER TABLE thold_data ADD COLUMN bl_thold_valid INT UNSIGNED NOT NULL DEFAULT 0' 
I update the 0.4.1 to 0.4.4.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests