Search found 40 matches

by jlim0930
Fri Dec 08, 2006 2:00 pm
Forum: Plugin: (Threshold)
Topic: thold showing only ip and not hostname
Replies: 1
Views: 2025

since no one replied

i chaged the

Code: Select all

$subject = "Host Error : " . $hosts[$host_id]["hostname"] . " is DOWN";
to

Code: Select all

$subject = "Host Error : " . $hosts[$host_id]["description"] . " is DOWN";
by jlim0930
Tue Dec 05, 2006 4:34 pm
Forum: Plugin: (Threshold)
Topic: thold showing only ip and not hostname
Replies: 1
Views: 2025

thold showing only ip and not hostname

when i recieve down/up alerts from thold i am getting the IP's instead of the name set for it. example : Host Error : xxx.xxx.xxx.xxx is DOWN Host Error : xxx.xxx.xxx.xxx is DOWN Message : Host did not respond to SNMP i believe the code is in /plugins/thold/setup.php $subject = "Host Error : &q...
by jlim0930
Wed Jul 05, 2006 2:31 am
Forum: Help: Linux/Unix Specific
Topic: odd behavior - missing graph
Replies: 1
Views: 916

odd behavior - missing graph

I have about 100 hosts thats being graphed with cacti some solaris and some linux a mixture of redhat centos suse etc i updated 2 of the hosts by recompileing net-snmp and changing the graphs from just bits/sec to bits/sec(64bit counters) and all of the sudden my graphs for solaris interfaces stoped...
by jlim0930
Tue May 16, 2006 11:17 am
Forum: Help: General
Topic: cpu usage graphs
Replies: 2
Views: 1630

i have my solaris graphs that states that its being graphs in ticks but it is more like percents. 100 max when you include the idle. this is much more helpful than looking at linux graphs which is very different..

i just wish that there was a way to graph it in the same manner
by jlim0930
Mon May 15, 2006 9:25 am
Forum: Help: General
Topic: cpu usage graphs
Replies: 2
Views: 1630

cpu usage graphs

is there a way to use %'s instead of ticks for the cpu usage graphs ?

if so how would you do it ?

Thanks
by jlim0930
Tue Apr 18, 2006 10:16 am
Forum: Scripts and Templates
Topic: emc clariion
Replies: 4
Views: 8501

emc clariion

Anyone have any templates or scripts for emc clariion cx series ?

i have downloaded the mib from fibrealliance and tried to view it but it doesnt show much..

i want to have something like

http://forums.cacti.net/viewtopic.php?t=10707

for linux env.

Thanks
by jlim0930
Tue Apr 11, 2006 2:03 pm
Forum: Help: Linux/Unix Specific
Topic: rrd architecture
Replies: 3
Views: 10110

RESOLVED

went ahead and compiled the 1.0 version of rrdtools on the new host.

rrdtool dump from the old to an xml file then rrdtool restore using 1.0 binary on the new host to generate the rrd then moved it over to the rra directory and it worked.
by jlim0930
Tue Apr 11, 2006 1:03 pm
Forum: Help: Linux/Unix Specific
Topic: rrd architecture
Replies: 3
Views: 10110

i have tried the rrdtool dump and restore but i am getting errors on it as well.

the rrdtool on the old server is 1.0 and on the new server it is 1.2
by jlim0930
Tue Apr 11, 2006 12:28 pm
Forum: Help: Linux/Unix Specific
Topic: rrd architecture
Replies: 3
Views: 10110

rrd architecture

I am moving our cacti installation from a solaris box to a bigger linux box (rhel4) i have created new devices on the new install and setup graphs and moved over the rra files from the old installation over to the new one and made sure that the numbers match up. now when the cronjob runs i am gettin...
by jlim0930
Mon Feb 13, 2006 12:06 pm
Forum: Help: General
Topic: odd polling question
Replies: 3
Views: 1261

i think i found the problem

i had 2 versions of php installed and cacti was pointing to the old version.

changed the path to point to the right one and now all is graphing.

thanks
by jlim0930
Mon Feb 13, 2006 11:01 am
Forum: Help: General
Topic: odd polling question
Replies: 3
Views: 1261

i changed to the debug mode and let it run 2 rounds and looked in the cacti.log file and did not find any kinds or errors

when i do a snmpwalk from the host that the webserver is on i can see the values without any problem
by jlim0930
Fri Feb 10, 2006 3:37 pm
Forum: Help: General
Topic: odd polling question
Replies: 3
Views: 1261

odd polling question

I have about 70 hosts now on cacti and when i am polling with cactid some of the linux interfaces are not updating. when i am using the cmd.php to poll the linux interfaces will update but cpu usages of solaris will not update.

all of the hosts are running the same version of net-snmp
by jlim0930
Thu Feb 09, 2006 12:57 pm
Forum: Help: General
Topic: failed query with changing the default snmp port #
Replies: 2
Views: 991

some more updates.

when i am using cmd.php to poll it works fine.
by jlim0930
Thu Feb 09, 2006 12:27 pm
Forum: Help: General
Topic: failed query with changing the default snmp port #
Replies: 2
Views: 991

failed query with changing the default snmp port #

I have 2 installations of cacti.. first is the g version and 2nd is the h version. I am also in the process of moving everything over to the h version. I have added about 20 hosts so far and all of those 20 hosts have the default snmp port of 161. I am now adding some hosts that have snmp ports that...
by jlim0930
Mon Feb 06, 2006 4:28 pm
Forum: Help: General
Topic: ldap authentication questions
Replies: 11
Views: 3751

I have a user called ldap
that has ALLOW for default graph policy
and everything but user admin on realm policy active.

when a new ldap user logins the user gets authenticated but has DENY for all graph policys and no permission for anything on the realm policy.