diff options
| author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-21 18:12:00 +0000 | 
|---|---|---|
| committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-21 18:12:00 +0000 | 
| commit | a19f80ad6152f3afd1a41b0cb95b7f0e76808a04 (patch) | |
| tree | ba2e138c39709c29e45b50eb24c0fc30b6b741dd | |
| parent | 548b034316df01224c578abce8e1c288117c3776 (diff) | |
| download | sitesummary-a19f80ad6152f3afd1a41b0cb95b7f0e76808a04.tar.gz sitesummary-a19f80ad6152f3afd1a41b0cb95b7f0e76808a04.tar.bz2 sitesummary-a19f80ad6152f3afd1a41b0cb95b7f0e76808a04.tar.xz  | |
Correct name of cups package when generating Nagios check for cups.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | sitesummary-nodes | 2 | 
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a178cbd..b5d8559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.57~svn61884) UNRELEASED; urgency=low + +  * Correct name of cups package when generating Nagios check for +    cups. + + -- Petter Reinholdtsen <pere@debian.org>  Thu, 21 Jan 2010 16:37:11 +0100 +  sitesummary (0.0.57~svn61883) lenny; urgency=low    * Create Nagios hostclass for sitesummary hostclass. diff --git a/sitesummary-nodes b/sitesummary-nodes index 8baeb54..3f2d187 100755 --- a/sitesummary-nodes +++ b/sitesummary-nodes @@ -242,7 +242,7 @@ sub generate_nagios_config {          (           139  => { name => 'samba',   package => 'samba' },           389  => { name => 'ldap',    package => 'slapd' }, -         631  => { name => 'CUPS',    package => 'cupsys' }, +         631  => { name => 'cups',    package => 'cups' },           4949 => { name => 'munin',   package => 'munin-node' },           7100 => { name => 'xfs',     package => 'xfs' }, # check X font server           );  | 
