IBM Lotus Notes

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

Moderators: Developers, Moderators

qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

IBM Lotus Notes

Post by qwertz »

Hello,

I was wondering if somebody already tried to monitor Lotus Notes data with Cacti

Thanks

Qwertz
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Please see http://forums.cacti.net/viewtopic.php?t=12627 and perhaps http://forums.cacti.net/viewtopic.php?t=12396. And let me know your findings :wink:
Reinhard
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

Thanks for your answer.

I looked at your links and found that a mib for Domino exists.

What need to be installed on the Domino Machine to accept SNMP request? I suppose it's not enough to activate SNMP at the OS level (in my case Windows)

REgards

BQWertz
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

you have to install the Notes SNMP "agent" :

Code: Select all

C:\> net stop snmp
C:\> lnsnmp -Sc
C:\> net start snmp
C:\> net start lnsnmp
I'm using it to graph Notes 5.x and 6.x
[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]
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

THANK YOU VERY MUCH
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

HEllo,
I installed the snmp agent on the Notes server.

I performed the following snmpwalk on my notes server:

snmpwalk -v2c -c "xxx" "IP_add" .1.3.6.1.4.1.334.72


SNMPv2-SMI::enterprises.334.72.2.1.0 = INTEGER: 2
SNMPv2-SMI::enterprises.334.72.2.2.0 = INTEGER: 2
SNMPv2-SMI::enterprises.334.72.2.3.0 = INTEGER: 0
SNMPv2-SMI::enterprises.334.72.2.5.0 = INTEGER: 1
SNMPv2-SMI::enterprises.334.72.2.7.0 = INTEGER: 0
SNMPv2-SMI::enterprises.334.72.100.1.0 = STRING: "6.0"

Now, i see that the SNMP agent on the notes server is running but
The problem i have only 6 possibilities instead of a lot of possibilities ?

Do you know why?

thanks

Qwertz
raddy
Posts: 24
Joined: Thu Oct 27, 2005 8:47 pm
Location: Sydney, Australia

Post by raddy »

you need to type:
load quryset
at the domino colsole to send the info to snmp agent. You should add this to you notes.ini file to enable it in case of a server reboot.

I have done up some templates and have been watching them for a while. will post them up when I get back to work. Would like another opinion as I had to create a CDEF for one of the counters that seemed a bit wierd.
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

I would like to thanks all the people who are helping me on this topic !!!!

I will try this command and keep you informed, and of course, i would be interested to see your templates.
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

raddy wrote:you need to type:
load quryset
at the domino colsole to send the info to snmp agent. You should add this to you notes.ini file to enable it in case of a server reboot.

I have done up some templates and have been watching them for a while. will post them up when I get back to work. Would like another opinion as I had to create a CDEF for one of the counters that seemed a bit wierd.
Would like to check this, but am running 0.8.6g on our production system. If you mind publishing your work, please add the version you were exporting from
Reinhard
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

Thanks raddy, i can now see everything ...

I will try now to make some templates ...

Regards

Qwertz
raddy
Posts: 24
Joined: Thu Oct 27, 2005 8:47 pm
Location: Sydney, Australia

Post by raddy »

Try These. They were created under 8.6h

As I mentioned earlier I had to create a CDEF to get the actual displayed count correct but it may just be the way I have done things. Update and post back if you can see a better way of doing things.
Attachments
cacti_graph_template_lotus_domino_mail_delivery.xml
(48.44 KiB) Downloaded 2748 times
cacti_graph_template_lotus_domino_memory_usage.xml
(33.2 KiB) Downloaded 2176 times
cacti_graph_template_lotus_domino_replication.xml
(37.44 KiB) Downloaded 2734 times
raddy
Posts: 24
Joined: Thu Oct 27, 2005 8:47 pm
Location: Sydney, Australia

Post by raddy »

I have attached the domino SNMP setup I am using on our servers and added the command to delete the service if required. I have noticed a difference with the reporting between R5 and R6 but as our servers are predominantly R6, I haven't investigated it too deep.

I have also attached a list of the domino OID tree and descriptions of each. These were obtained through the silte link in the text file. I have found this site useful but you have to navigate directly into it rather than trying to access it through the main web page (you'll see what I mean).

It is a nice resource for a number of vendors SNMP info.
Attachments
Domino SNMP OID info.txt
(42.2 KiB) Downloaded 3087 times
Enabling Domino SNMP .txt
(320 Bytes) Downloaded 3168 times
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

THANKS THANKS THANKS

Working fine for me on 0.8.6.h

Qwertz
bmerlin347
Posts: 6
Joined: Mon Mar 06, 2006 11:07 am

Post by bmerlin347 »

Just a side note, make sure that the tasks are in the servertasks line so that if you run maintenance off line or reboot the server, it will start automatically in Domino.
I ran into this issue :)

Ben
qwertz
Cacti User
Posts: 98
Joined: Thu Feb 16, 2006 9:20 am

Post by qwertz »

Hello Raddy, Do you think it would be possible to add in your template a line for total amount of routed mail in a similar way to the total amount of BW in an interface graphe

Thanks

Qwertz
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests