rpms/nagios/devel nagios.cfg.patch, NONE, 1.1 nagios.htpasswd, NONE, 1.1 nagios.internet.cfg, NONE, 1.1 .cvsignore, 1.14, 1.15 sources, 1.15, 1.16

Robert M. Albrecht (romal) fedora-extras-commits at redhat.com
Thu Jul 10 15:15:19 UTC 2008


Author: romal

Update of /cvs/pkgs/rpms/nagios/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31986

Modified Files:
	.cvsignore sources 
Added Files:
	nagios.cfg.patch nagios.htpasswd nagios.internet.cfg 
Log Message:
:Upstream released 3.0.3



nagios.cfg.patch:

--- NEW FILE nagios.cfg.patch ---
--- sample-config/nagios.cfg.in-orig	2008-07-01 22:19:08.000000000 +0200
+++ sample-config/nagios.cfg.in	2008-07-01 22:20:24.000000000 +0200
@@ -54,6 +54,10 @@
 #cfg_dir=@sysconfdir@/switches
 #cfg_dir=@sysconfdir@/routers
 
+#Included by Robert M. Albrecht for Fedora
+cfg_dir=@sysconfdir@/conf.d
+
+
 
 
 


--- NEW FILE nagios.htpasswd ---
nagiosadmin:RbdO4ou4PNyMg



--- NEW FILE nagios.internet.cfg ---
##############################################################################
# internet.cfg - sample config file for Fedoras Nagios
#
# 2008-07-03    created         Robert M. Albrecht
#
# NOTES: This config file is a sample for monitoring some internet hosts.
#
###############################################################################

define host{
        name    template-internet-host
        use     generic-host
        register        0
        max_check_attempts              5
        contacts        nagiosadmin
        parents         localhost

}

define host{
        use             template-internet-host
        host_name       Google
        address         www.google.com
        notes           Googles Website defined by sample config
        notes_url       http://www.google.com
        action_url      http://en.wikipedia.org/wiki/Google
        }

define hostgroup{
        hostgroup_name  InternetHosts
        alias           Internet Hosts
        members         Google
        }

define service{
        use                     generic-service
        hostgroup_name          InternetHosts
        service_description     PING
        check_command           check_ping!200.0,20%!600.0,60%
        }

define service{
        use                     generic-service
        hostgroup_name          InternetHosts
        service_description     HTTP
        check_command           check_http
        }

define servicegroup{
        servicegroup_name       WebSites
        alias                   Internet Hosts
        members                 Google,PING,Google,HTTP
        }




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nagios/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	23 May 2008 21:04:38 -0000	1.14
+++ .cvsignore	10 Jul 2008 15:14:09 -0000	1.15
@@ -1 +1 @@
-nagios-2.12.tar.gz
+nagios-3.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nagios/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	23 May 2008 21:04:38 -0000	1.15
+++ sources	10 Jul 2008 15:14:09 -0000	1.16
@@ -1 +1 @@
-2219d90bb5f2282d5ac6d37ef60865b8  nagios-2.12.tar.gz
+151df7bf19b696f7498410fb76fb7caf  nagios-3.0.3.tar.gz




More information about the fedora-extras-commits mailing list