Search found 90 matches

by joseme
Sun Nov 25, 2012 7:36 pm
Forum: Plugin: (Threshold)
Topic: RPN Expression (GT,LT)
Replies: 0
Views: 929

RPN Expression (GT,LT)

Hi : I was trying to set an RPN expression using GT and LT, but got unreasonable values, so I tried: 20,10,GT it must returns "1" (according RPN theory), but thold returns "0" 20,10,LT it must returns "0" (according RPN theory), but thold returns "1" Seems tha...
by joseme
Fri Nov 18, 2011 11:35 pm
Forum: Plugin General
Topic: Help with Syslog
Replies: 2
Views: 876

Re: Help with Syslog

Hi:
Some steps to get rsyslog running.
1. you must stop the default syslog. Only rsyslog must be running
2. Open the 514 UDP port on your firewall (Linux)
3. you must add on your rsyslog.conf
$modload imudp
$UDPServerRun 514
4. restart rsyslog service
5. check /var/log/messages

good luck!
by joseme
Sun Nov 06, 2011 11:04 pm
Forum: Plugin General
Topic: Troubles Flowview SVN (1.2)
Replies: 0
Views: 645

Troubles Flowview SVN (1.2)

Hi Witness: I downloaded flowview from svn (1.2), and found some troubles: 1. When I create a schedule , It isn't shown on "schedule tab", but in "plugin_flowview_schedules" table, it appears. 2.When I try to save a query using the buttom "save" in Report parameters , s...
by joseme
Sat Nov 05, 2011 9:32 pm
Forum: Plugin: (Threshold)
Topic: Notification List - dissasociate
Replies: 4
Views: 1787

Re: Notification List - dissasociate

Hi Witness:
after upgrading Thold, it works perfect..

Regards,
by joseme
Thu Nov 03, 2011 7:16 pm
Forum: Plugin: (Threshold)
Topic: Notification List - dissasociate
Replies: 4
Views: 1787

Notification List - dissasociate

Hi Witness: I tested Notification List, "associate" is working well, "disassociate" seems to have a little bit trouble: when I tried to dissasociate a list, the messages says the result will be: "Global List" Its's OK, but when I return to Notificaton List - Host tab, I...
by joseme
Wed Nov 02, 2011 11:18 pm
Forum: Plugin General
Topic: Syslog Alert - Alert command
Replies: 2
Views: 1331

Syslog Alert - Alert command

Hi.
I want to know, how to use the option of "Syslog Alert -> Alert command", it says "When an Alert is triggered, run the following command..." , but what kind of command can be used?, maybe a script, mysql sentences..?, could you put an example?.

thanks
by joseme
Fri Oct 28, 2011 11:07 pm
Forum: Plugin: (Threshold)
Topic: Text Message mail
Replies: 10
Views: 2406

Re: Text Message mail

Hi Witness: I made a mistake... :oops: the last THOLD svn works perfect !!... the descriptor <THRESHOLDNAME> shows what It should . Thold is one of my favorite plugin!!.... Thanks Witness!! :D PD: for next release, would be nice to have the chance to add "extra notes" in mail for each temp...
by joseme
Fri Oct 28, 2011 6:31 pm
Forum: Plugin: (Threshold)
Topic: Text Message mail
Replies: 10
Views: 2406

Re: Text Message mail

Hi Witness:
I applied the last svn I found , the threshold template is created fine, but now I can't select the template to apply to the device (It doesn't show the option) :oops: ...

Could you check..
Thanks
by joseme
Fri Oct 28, 2011 12:00 am
Forum: Plugin: (Threshold)
Topic: Text Message mail
Replies: 10
Views: 2406

Re: Text Message mail

HI: I did "Reapply Suggested Names", but it doesn´'t work, the descriptor <THRESHOLDNAME>, doesn't show the name of threshold when a mail is sent...I dont know if I'm misunderstanding the meaning of this descriptor... html><body><font face="Verdana" size=2>An ALERT has been issue...
by joseme
Thu Oct 27, 2011 8:24 am
Forum: Plugin: (Threshold)
Topic: Text Message mail
Replies: 10
Views: 2406

Re: Text Message mail

Hi: I applied threshold template named :|host_description| - Interface Status - |query_ifName| - |query_ifAlias| to my devices and works fine, but when I tried to use the descriptor <THRESHOLDNAME>, to include it in message, it doesn't works <html><body><font face="Verdana" size=2>An ALERT...
by joseme
Wed Oct 26, 2011 4:05 pm
Forum: Plugin: (Threshold)
Topic: Text Message mail
Replies: 10
Views: 2406

Text Message mail

Hi Witness: I'm trying to make some changes to text mail in THold, (I'm using thold to check the interface status Up/down), Thold sends a message showing only the interface (like " router - status- fa0/1 [int _status] is still bellow ....."), I would like to show another field more specifi...
by joseme
Tue Oct 18, 2011 11:33 pm
Forum: Plugin General
Topic: Syslog issue[Solved]
Replies: 9
Views: 2072

Re: Syslog issue[Solved]

Hi:
First of all you must check if you are getting logs from your equipment (routers or your own Cacti server), for example in CentOS : tail -f /var/logs/messages.
Checking the firewall (open TCP or UDP port ).
If all of this is working, then you must check rsyslog.conf...
by joseme
Thu Oct 13, 2011 9:57 pm
Forum: Plugin: (Threshold)
Topic: Trouble with Thold 0.4.7-1
Replies: 12
Views: 3088

Re: Trouble with Thold 0.4.7-1

Hi Witness:
I aplied the svn thold, and the error log dissapeared. :D
You're right, I made a mistake :oops: ,that "text field" was of "nmidupdownmonitor" plugin, I uninstalled it, so I hope Thold works for it...

thanks!!
by joseme
Thu Oct 13, 2011 1:00 pm
Forum: Plugin: (Threshold)
Topic: Trouble with Thold 0.4.7-1
Replies: 12
Views: 3088

Trouble with Thold 0.4.7-1

Hi: I installed Thold 0.4.7-1, but I see an error log (each pool): 10/13/2011 12:45:05 PM - CMDPHP: Poller[0] ERROR: A DB Exec Failed!, Error:'1064', SQL:"INSERT INTO plugin_thold_host_failed (host_id) VALUES )' when I see that table: mysql> select * from plugin_thold_host_failed; Empty set (0....
by joseme
Thu Oct 13, 2011 10:05 am
Forum: Plugin General
Topic: Trouble syslog remove
Replies: 16
Views: 6678

Re: Trouble syslog remove

Hi Wittness: I was testing "Remove" tab, using "SQL statement", but it doesn't work ( I don´t know if I am making a mistake..., please check it) 1. First test: Syslog Message Match String: message LIKE '%CONTROLLER-5-UPDOWN%' AND host LIKE '%172.3%' I see in log: 10/13/2011 08:3...