<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="IncrediMail 1.0" name=GENERATOR></HEAD>
<BODY style="BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12pt; MARGIN: 5px 10px 10px; FONT-FAMILY: Arial" bgColor=#ffffff background="" scroll=yes ORGYPOS="0">
<TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD id=INCREDITEXTREGION style="FONT-SIZE: 12pt; CURSOR: auto; FONT-FAMILY: Arial" width="100%">
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>Do you how where can I download the Mib for the OID <!--StartFragment --> ?1.3.6.1.4.1.334.72.1.1. 4 ? </DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV> </DIV>
<DIV id=IncrediOriginalMessage><I>-------Message original-------</I></DIV>
<DIV> </DIV>
<DIV id=receivestrings>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>De :</B></I> <A href="mailto:tjl@topdanmark.dk">Thomas Jens Lauritsen</A></DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>Date :</B></I> 06/14/05 17:40:19</DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>A :</B></I> <A href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</A></DIV>
<DIV dir=ltr style="FONT-SIZE: 11pt"><I><B>Sujet :</B></I> [Nagios-users] Lotus Notes Plugin >> CHECK_VIA_SNMP</DIV></DIV>
<DIV> </DIV>
<DIV>Dear List,</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>There is no Domino/Notes plugin to Nagios - BUT there is a hole lot off</DIV>
<DIV>SNMP values you can ask for.</DIV>
<DIV> </DIV>
<DIV>1. First enable SNMP for your OS (win2000) and then for the DOMINO server</DIV>
<DIV>(LNSNMP).</DIV>
<DIV> </DIV>
<DIV>2.  Run these check_snmp in your /usr/local/nagios/libexec/ or where ever</DIV>
<DIV>it installed.</DIV>
<DIV> </DIV>
<DIV>3. Remember that I have my Nagios system install on a Redhat 7.2 so the I</DIV>
<DIV>use an old NET-SNMP version Not SNMP v.3 or 5...</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Checkcommand Example1.</DIV>
<DIV> </DIV>
<DIV>## Dead mails in the mail.box (works also if you have mail1.box +</DIV>
<DIV>mail2.box) ##</DIV>
<DIV>../check_snmp -H YOUR_DOM_SERVER -C public -o .1.3.6.1.4.1.334.72.1.1.4.1.0</DIV>
<DIV>-w 25:1 -c 1000:26 -l DeadMails</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Checkcommand Example2.</DIV>
<DIV> </DIV>
<DIV>## Waiting mails in the mail.box (works also if you have mail1.box +</DIV>
<DIV>mail2.box) ##</DIV>
<DIV>../check_snmp -H YOUR_DOM_SERVER -C public -o .1.3.6.1.4.1.334.72.1.1.4.6.0</DIV>
<DIV>-w 30:15 -c 1000:31 -l WaitingMails</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>## In the service.cfg you must enter a service definition:##</DIV>
<DIV> </DIV>
<DIV># Service definition</DIV>
<DIV>define service{</DIV>
<DIV>        use                                     generic-service         ;</DIV>
<DIV>Name of service template to use</DIV>
<DIV>        host_name                         YOUR_SERVER_NAME</DIV>
<DIV>        service_description               MAILDEAD</DIV>
<DIV>        is_volatile                       0</DIV>
<DIV>        check_period                      24x7</DIV>
<DIV>        max_check_attempts              3</DIV>
<DIV>        normal_check_interval           10</DIV>
<DIV>        retry_check_interval              1</DIV>
<DIV>        contact_groups                    notes-admins</DIV>
<DIV>        notification_interval             120</DIV>
<DIV>        notification_period               24x7</DIV>
<DIV>        notification_options              w,u,c,r</DIV>
<DIV>        check_command                     check_snmp_maildead</DIV>
<DIV>        }</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV># Service definition</DIV>
<DIV>define service{</DIV>
<DIV>        use                                     generic-service         ;</DIV>
<DIV>Name of service template to use</DIV>
<DIV>        host_name                         YOUR_SERVER_NAME</DIV>
<DIV>        service_description               MAILWAITING</DIV>
<DIV>        is_volatile                        0</DIV>
<DIV>        check_period                      24x7</DIV>
<DIV>        max_check_attempts              3</DIV>
<DIV>        normal_check_interval           10</DIV>
<DIV>        retry_check_interval              1</DIV>
<DIV>        contact_groups                    notes-admins</DIV>
<DIV>        notification_interval             120</DIV>
<DIV>        notification_period               24x7</DIV>
<DIV>        notification_options              w,u,c,r</DIV>
<DIV>        check_command                     check_snmp_mailwaiting</DIV>
<DIV>        }</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>## In the checkcommands.cfg you must enter a command definition:##</DIV>
<DIV> </DIV>
<DIV># 'check_snmp_maildead' command definition</DIV>
<DIV>define command{</DIV>
<DIV>        command_name    check_snmp_maildead</DIV>
<DIV>        command_line    $USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -C</DIV>
<DIV>public -o .1.3.6.1.4.1.334.72.1.1.4.1.0 -w 25:1 -c 1000:26 -l DeadMails</DIV>
<DIV>        }</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV># 'check_snmp_mailwaiting' command definition</DIV>
<DIV>define command{</DIV>
<DIV>        command_name    check_snmp_mailwaiting</DIV>
<DIV>        command_line    $USER1$/check_snmp -H $HOSTADDRESS$ $ARG1$ -C</DIV>
<DIV>public -o .1.3.6.1.4.1.334.72.1.1.4.6.0 -w 30:15 -c 1000:31 -l WaitingMails</DIV>
<DIV>        }</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>### REAL LIFE TESTING ###</DIV>
<DIV> </DIV>
<DIV>You can test your command check on the command shell/terminal in</DIV>
<DIV>/usr/local/nagios/libexec/</DIV>
<DIV> </DIV>
<DIV>Run ./check_snmp first to see what happens - then enter:</DIV>
<DIV> </DIV>
<DIV>../check_snmp -H YOUR_DOM_SERVER -C public -o .1.3.6.1.4.1.334.72.1.1.4.1.0</DIV>
<DIV>-w 25:1 -c 1000:26 -l DeadMails</DIV>
<DIV> </DIV>
<DIV>then</DIV>
<DIV> </DIV>
<DIV>../check_snmp -H YOUR_DOM_SERVER -C public -o .1.3.6.1.4.1.334.72.1.1.4.6.0</DIV>
<DIV>-w 30:15 -c 1000:31 -l WaitingMails</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Best regards</DIV>
<DIV> </DIV>
<DIV>Thomas Jens Lauritsen</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>-------------------------------------------------------</DIV>
<DIV>This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput</DIV>
<DIV>a projector? How fast can you ride your desk chair down the office luge track?</DIV>
<DIV>If you want to score the big prize, get to know the little guy.</DIV>
<DIV>Play to win an NEC 61" plasma display: <A href="http://www.necitguy.com/?r=20">http://www.necitguy.com/?r=20</A></DIV>
<DIV>_______________________________________________</DIV>
<DIV>Nagios-users mailing list</DIV>
<DIV><A href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</A></DIV>
<DIV><A href="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</A></DIV>
<DIV>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.</DIV>
<DIV>::: Messages without supporting info will risk being sent to /dev/null</DIV>
<DIV> </DIV>
<DIV> </DIV></TD></TR>
<TR>
<TD id=INCREDIFOOTER width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD width="100%"></TD>
<TD id=INCREDISOUND vAlign=bottom align=middle></TD>
<TD id=INCREDIANIM vAlign=bottom align=middle></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><SPAN id=IncrediStamp><SPAN ltr??><A href="http://www.incredimail.com/index.asp?id=412&lang=12"><IMG alt="" hspace=0 src="cid:75D9D79C-3EE6-4B5A-82A0-19B6B74E5D51" align=baseline border=0></A></SPAN></SPAN></BODY></HTML>