Novell 6.5 memory graph

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
tgreaser
Posts: 14
Joined: Fri Apr 15, 2005 6:39 am

Novell 6.5 memory graph

Post by tgreaser »

Hello,
I havent looked hard at making a templete to have cacti graph novell servers memory
usage. I thought id ask before reinventing the wheel.. If anyone has already done so
would you mind sharing your work ?

If no one has done so yet id like to see if anyone would like a copy of the code. Just to give me a little more reason to get this project done sooner..
Thanks..
here is the info i have about novell and memory info

Alloc Memory Pool:
.1.3.6.1.2.1.25.2.3.1.6.2

Cache Buffers (you need to multiply the returned value by 4096 to get the actual value)...
.1.3.6.1.2.1.25.2.3.1.6.3

Cache Moveable Memory (you need to multiply the returned value by 4096 to get the actual value)...
.1.3.6.1.2.1.25.2.3.1.6.4

Cache Non-Moveable Memory (you need to multiply the returned value by 4096 to get the actual value)...
.1.3.6.1.2.1.25.2.3.1.6.5

Code and Data Memory:
.1.3.6.1.2.1.25.2.3.1.6.6

Walking the NetWare Server (nwSystem) tree:
.1.3.6.1.4.1.23.2.28.1.

Walking Memory Usage Tree:
.1.3.6.1.2.1.25.2.3.
elnino
Cacti User
Posts: 205
Joined: Tue Mar 08, 2005 9:51 pm

Post by elnino »

I'd love to grab a copy of the template when you're done if you don't mind. It would be great to finally get graphs on memory usage. The ones I use on Novell is the default one that comes with Cacti and also one that has a ton of Groupwise stuff.

How do some of those like "Walking the NetWare Server (nwSystem) tree" and "Walking Memory Usage Tree" play a part in memory/RAM usage?
tgreaser
Posts: 14
Joined: Fri Apr 15, 2005 6:39 am

Post by tgreaser »

just wanted to show what i had with the walk.. Im not a novell person..and i thought it would be a catch all if i missed something.. ie.. if novell has a special memory pool for something..

working on the templete now.
tgreaser
Posts: 14
Joined: Fri Apr 15, 2005 6:39 am

lag time

Post by tgreaser »

sorry been very busy .. will play around with this and see what i can come up with ..
just posting this so no one thinks im lazy..
User avatar
MagnaChef
Cacti User
Posts: 164
Joined: Tue Nov 25, 2003 3:58 pm
Location: Buffalo, NY

Post by MagnaChef »

Did this ever materialize?
wisnausb
Posts: 16
Joined: Mon Jul 25, 2005 1:56 am
Location: Germany

Re: Novell 6.5 memory graph

Post by wisnausb »

tgreaser wrote:Hello,
I havent looked hard at making a templete to have cacti graph novell servers memory
usage. I thought id ask before reinventing the wheel.. If anyone has already done so
would you mind sharing your work ?

If no one has done so yet id like to see if anyone would like a copy of the code. Just to give me a little more reason to get this project done sooner..
Thanks..
here is the info i have about novell and memory info

Alloc Memory Pool:
.1.3.6.1.2.1.25.2.3.1.6.2

Cache Buffers (you need to multiply the returned value by 4096 to get the actual value)...
.1.3.6.1.2.1.25.2.3.1.6.3

Cache Moveable Memory (you need to multiply the returned value by 4096 to get the actual value)...
.1.3.6.1.2.1.25.2.3.1.6.4

Cache Non-Moveable Memory (you need to multiply the returned value by 4096 to get the actual value)...
.1.3.6.1.2.1.25.2.3.1.6.5

Code and Data Memory:
.1.3.6.1.2.1.25.2.3.1.6.6

Walking the NetWare Server (nwSystem) tree:
.1.3.6.1.4.1.23.2.28.1.

Walking Memory Usage Tree:
.1.3.6.1.2.1.25.2.3.

Hi

i have started with a template to monitor the memory of our netware servers but i has no success with the templates.
If you want help me to get the templates running see the attached files

Bernd
Attachments
netware_memory.zip
Netware Memory Templates
(27.33 KiB) Downloaded 393 times
User avatar
fmangeant
Cacti Guru User
Posts: 2345
Joined: Fri Sep 19, 2003 8:36 am
Location: Sophia-Antipolis, France
Contact:

Post by fmangeant »

Hi

I've modified your template using "Get SNMP data" instead of "Get SNMP data - indexed" data input methods. It works, but I"m getting strange value for "cache buffer used" :

Image

I've also seen here that the value must be multiplied by 4096, but that's a lot...
[size=84]
[color=green]HOWTOs[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15353]Install and configure the Net-SNMP agent for Unix[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=26151]Install and configure the Net-SNMP agent for Windows[/url]
[*][url=http://forums.cacti.net/viewtopic.php?t=28175]Graph multiple servers using an SNMP proxy[/url][/list]
[color=green]Templates[/color] :
[list][*][url=http://forums.cacti.net/viewtopic.php?t=15412]Multiple CPU usage for Linux[/url]
[*][url=http://forums.cacti.net/viewtopic.php?p=125152]Memory & swap usage for Unix[/url][/list][/size]
slesdog
Posts: 3
Joined: Wed May 02, 2007 12:33 pm

Post by slesdog »

Very nice.

I was working with the included query xml and it got me thinking.

Why try to use an indexed query for the template when we're always going to be querying the same 7 OIDs in every case and the index (hrStorageIndex) contains other items we don't want? Wouldn't it be easy to just use normal snmp data (non indexed) data templates?

*edit* - Looks like someone just beat me to it ^.

I couldn't figure out how you could make this work as an indexed query. I tried and got it pulling the index correctly but selecting multiple memory items created extra data sources relative to the number selected.

Would it possible to make this work as an indexed query by consolidating the data templates down to just 1 with 14 tabs?
wisnausb
Posts: 16
Joined: Mon Jul 25, 2005 1:56 am
Location: Germany

Post by wisnausb »

Last edited by wisnausb on Mon May 07, 2007 12:59 am, edited 1 time in total.
wisnausb
Posts: 16
Joined: Mon Jul 25, 2005 1:56 am
Location: Germany

Post by wisnausb »

Hi fmangeant

I also has changed the Data Template to non indexed. So i has one Data Template for one OID. My idea was to save work with the indexed method. I has seen it at the squid Templates. But this does not work with this OID.
Attachments
Netware Memory snmp non indexed.zip
Version 0.8.6j
(26.99 KiB) Downloaded 432 times
jhaveman
Posts: 1
Joined: Tue Jul 27, 2010 3:35 am

Re: Novell 6.5 memory graph

Post by jhaveman »

I know this a old thread... but is there any complete package (with xml and readme) for Novell Netware 6.5 server memory graphics.

Thanx for your answer
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests