Search found 11 matches

by Ilya Evseev
Fri Feb 24, 2012 12:40 am
Forum: Scripts and Templates
Topic: Network UPS Tools template -- update November 11, 2010
Replies: 35
Views: 105253

Re: Network UPS Tools template -- update November 11, 2010

My quick-and-dirty fix: 1) Console / Graph Templates / UPS - NUT - UPS Power Input: and edit all 15 Items in "Graph Template Items" table: set "Task" for each to "inputVoltage", "inputFrequency" and "batteryVoltage" respectively. 2) Console / Data Qu...
by Ilya Evseev
Thu Feb 23, 2012 8:51 pm
Forum: Scripts and Templates
Topic: Network UPS Tools template -- update November 11, 2010
Replies: 35
Views: 105253

Re: Network UPS Tools template -- update November 11, 2010

There are Cacti 0.8.7.g-1 from Debian Squeeze and Cacti-nut 0.6 (Nov 11, 2010) from Eric's site.
Importing of ./cacti-nut/templates/nut_ups_status_data_query.xml causes multiple "Unmet Dependency" errors.
by Ilya Evseev
Wed Aug 10, 2011 4:28 pm
Forum: Help: Windows Specific
Topic: [solved] Multiple SNMP Get Timeout for Host
Replies: 11
Views: 21348

Re: [solved] Multiple SNMP Get Timeout for Host

BSOD2600 wrote:You should be setting the snmp timeout to 3 - 5 seconds.
Already tried without positive effect:
http://forums.cacti.net/viewtopic.php?f ... 26#p215426
by Ilya Evseev
Tue Aug 09, 2011 3:09 am
Forum: Help: Windows Specific
Topic: [solved] Multiple SNMP Get Timeout for Host
Replies: 11
Views: 21348

Re: [solved] Multiple SNMP Get Timeout for Host

For that OID, the device gives you a number or times out? Sometimes a number, more often timeout. Sounds like either a problem with your device being flaky Perfmon on Winhost(s) reports no CPU nor network problems. or other network problems which are not related to cacti. Linux- and BSD-based neigh...
by Ilya Evseev
Thu Aug 04, 2011 8:04 am
Forum: Help: Windows Specific
Topic: [solved] Multiple SNMP Get Timeout for Host
Replies: 11
Views: 21348

Re: [solved] Multiple SNMP Get Timeout for Host

BSOD2600 wrote:if you snmpwalk .1.3.6.1.2.1.25.2.3.1.6.3 for that problem device, what do you get?
.1.3.6.1.2.1.25.2.3.1.6.3 = INTEGER: 143675805
...or "Timeout: No Response from winhost.lan".
by Ilya Evseev
Wed Aug 03, 2011 4:31 am
Forum: Help: Windows Specific
Topic: [solved] Multiple SNMP Get Timeout for Host
Replies: 11
Views: 21348

Re: [solved] Multiple SNMP Get Timeout for Host

Try a timeout of 5 seconds... yes, I know its ridiculously high. Does not help. :cry: May be standard M$ SNMP agent can be replaced by something more reliable? I've tried ADMLink SNMP Agent from http://rcolonel.tripod.com -- it works very strange. What about http://marksw.com/snmpv3agent/windowsage...
by Ilya Evseev
Tue Aug 02, 2011 8:09 am
Forum: Help: Windows Specific
Topic: [solved] Multiple SNMP Get Timeout for Host
Replies: 11
Views: 21348

Re: [solved] Multiple SNMP Get Timeout for Host

The same problem - multiple messages in cacti.log: 08/02/2011 05:00:23 PM - CMDPHP: Poller[0] WARNING: SNMP Get Timeout for Host:'winserv.lan', and OID:'.1.3.6.1.2.1.25.2.3.1.6.3' Changing properties of Windows-based host in Cacti devices list: a) increasing "SNMP timeout" from 500ms to 2s...
by Ilya Evseev
Mon Nov 22, 2010 7:00 am
Forum: Scripts and Templates
Topic: Network UPS Tools template -- update November 11, 2010
Replies: 35
Views: 105253

Re: Network UPS Tools template -- update November 11, 2010

I uploaded a new version that is compatible with 0.8.7g http://www.eric-a-hall.com/software/cacti-nut/ Cacti-0.8.7f, php-5.2.11, cacti-nut 0.6: Cacti has imported the following items: GPRINT Preset [success] Normal [update] Data Input Method [success] Get script Server Data (Indexed) [update] Data ...
by Ilya Evseev
Mon Sep 27, 2010 10:09 am
Forum: Scripts and Templates
Topic: Network UPS Tools template -- update November 11, 2010
Replies: 35
Views: 105253

Re: Network UPS Tools template -- update June 21, 2009

TheWitness wrote:The original author needs to run the repair template script on the template
cacti/cli/repair_templates.php? It seems useless for that... :(
by Ilya Evseev
Sun Sep 26, 2010 8:09 am
Forum: Scripts and Templates
Topic: Network UPS Tools template -- update November 11, 2010
Replies: 35
Views: 105253

I have the same problem with cacti-nut.0.5.tar.gz

How to use nut_ups_status_data_query.xml?
As the update for cacti-nut or as standalone template installed on clean system?
by Ilya Evseev
Sat Mar 07, 2009 5:19 pm
Forum: Scripts and Templates
Topic: Mikrotik RouterOS Statistics (Update 02/10/2009)
Replies: 105
Views: 172668

cacti_host_template_mikrotik.xml contains command that works incorrectly under FreeBSD: /usr/bin/snmpwalk <ip> -v <ver> -c <comm> <oid> | /bin/wc -l | /bin/awk '{printf$0}' 1) snmpwalk is actually installed in /usr/local/bin, wc and awk are in /usr/bin/ 2) IP-address must be located immediately befo...