ANN: Nagios 1.0 beta 6 RPM packages for Red Hat Linux

Ramiro Morales rm-rpms at gmx.net
Thu Oct 3 22:02:42 CEST 2002


On 3 Oct 2002 at 11:46, Ramiro Morales wrote about "Re: [Nagios-users] 
ANN: Nagios 1.0 ":

> Well, I think that, modulo some buglets, the specfile now included with
> Nagios is better suited for a more distribution (and OS?) agnostic RPM
> package, while my package is targeted straight to Red Hat Linux systems.
> 
> So IMHO it would be wise to merge only the fixes that are
> still missing, and leaving out the RHL-isms I added. That's why I
> posted the link below to the human readable list of modifications
> I made to the NetSaint package, that list plus the changelog of the
> Nagios specfile of my package should aid in the process of selecting
> which fixes are worth being merged.
> 
> Let me know if I can be of any help.
> 
> > 
> > > (The list of fixes The annoucement email message I sent to the
> > > netsaint-users mailing list can be fount at:
> > > 
> > > http://sourceforge.net/mailarchive/message.php?msg_id=1603316
> > > )
> > > 

Replying to myself, attached are the patches I include in my
RPM package for general Nagios buglets. I will try to isolate 
fixes specific to problems in specfile included in the Nagios
tarball and will post them in another message if any.

Attached are:

nagios-1.0b6-prnadmdefdesc.patch
nagios-1.0b6-admingrp.patch

Regards,

-
Ramiro


-------------- next part --------------
--- nagios-1.0b6/sample-config/template-object/minimal.cfg.in.admingrp	Tue Oct  1 22:26:15 2002
+++ nagios-1.0b6/sample-config/template-object/minimal.cfg.in	Tue Oct  1 22:29:11 2002
@@ -265,7 +265,7 @@
         max_check_attempts              4
         normal_check_interval           5
         retry_check_interval            1
-        contact_groups                  localhost
+        contact_groups                  admins
         notification_interval           960
         notification_period             24x7
 	check_command			check_ping!100.0,20%!500.0,60%
@@ -285,7 +285,7 @@
         max_check_attempts              4
         normal_check_interval           5
         retry_check_interval            1
-        contact_groups                  localhost
+        contact_groups                  admins
         notification_interval           960
         notification_period             24x7
 	check_command			check_local_disk!20%!10%!/
@@ -306,7 +306,7 @@
         max_check_attempts              4
         normal_check_interval           5
         retry_check_interval            1
-        contact_groups                  localhost
+        contact_groups                  admins
         notification_interval           960
         notification_period             24x7
 	check_command			check_local_users!20!50
@@ -326,7 +326,7 @@
         max_check_attempts              4
         normal_check_interval           5
         retry_check_interval            1
-        contact_groups                  localhost
+        contact_groups                  admins
         notification_interval           960
         notification_period             24x7
 	check_command			check_local_procs!250!400
@@ -345,7 +345,7 @@
         max_check_attempts              4
         normal_check_interval           5
         retry_check_interval            1
-        contact_groups                  localhost
+        contact_groups                  admins
         notification_interval           960
         notification_period             24x7
 	check_command			check_local_load!5.0,4.0,3.0!10.0,6.0,4.0
-------------- next part --------------
--- nagios-1.0b1/sample-config/template-object/contactgroups.cfg.in.prnadmdefdesc	Fri Mar  8 00:38:36 2002
+++ nagios-1.0b1/sample-config/template-object/contactgroups.cfg.in	Sat May 25 20:37:14 2002
@@ -60,7 +60,7 @@
 # 'printer-admins' contact group definition
 define contactgroup{
 	contactgroup_name	printer-admins
-	alias			Etherswitch Administrators
+	alias			Printer Administrators
 	members			@nagios_user@,jdoe
 	}
 


More information about the Users mailing list