IBM Lotus Notes
Moderators: Developers, Moderators
IBM Lotus Notes
Hello,
I was wondering if somebody already tried to monitor Lotus Notes data with Cacti
Thanks
Qwertz
I was wondering if somebody already tried to monitor Lotus Notes data with Cacti
Thanks
Qwertz
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
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
Reinhard
Reinhard
- fmangeant
- Cacti Guru User
- Posts: 2345
- Joined: Fri Sep 19, 2003 8:36 am
- Location: Sophia-Antipolis, France
- Contact:
Hi
you have to install the Notes SNMP "agent" :
I'm using it to graph Notes 5.x and 6.x
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
[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]
[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]
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
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
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.
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.
- gandalf
- Developer
- Posts: 22383
- Joined: Thu Dec 02, 2004 2:46 am
- Location: Muenster, Germany
- Contact:
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 fromraddy 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.
Reinhard
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.
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 2750 times
-
- cacti_graph_template_lotus_domino_memory_usage.xml
- (33.2 KiB) Downloaded 2179 times
-
- cacti_graph_template_lotus_domino_replication.xml
- (37.44 KiB) Downloaded 2736 times
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.
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 3089 times
-
- Enabling Domino SNMP .txt
- (320 Bytes) Downloaded 3169 times
-
- Posts: 6
- Joined: Mon Mar 06, 2006 11:07 am
Who is online
Users browsing this forum: No registered users and 2 guests