aboutsummaryrefslogtreecommitdiffstats
path: root/sitesummary-nodes
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2010-01-21 18:12:00 +0000
committerPetter Reinholdtsen <pere@hungry.com>2010-01-21 18:12:00 +0000
commita19f80ad6152f3afd1a41b0cb95b7f0e76808a04 (patch)
treeba2e138c39709c29e45b50eb24c0fc30b6b741dd /sitesummary-nodes
parent548b034316df01224c578abce8e1c288117c3776 (diff)
downloadsitesummary-a19f80ad6152f3afd1a41b0cb95b7f0e76808a04.tar.gz
sitesummary-a19f80ad6152f3afd1a41b0cb95b7f0e76808a04.tar.bz2
sitesummary-a19f80ad6152f3afd1a41b0cb95b7f0e76808a04.tar.xz
Correct name of cups package when generating Nagios check for cups.
Diffstat (limited to 'sitesummary-nodes')
-rwxr-xr-xsitesummary-nodes2
1 files changed, 1 insertions, 1 deletions
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
);