Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
COOK-252, remove vestiges of php
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Feb 24, 2010
1 parent 74306c6 commit f1b476f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions nagios/metadata.rb
Expand Up @@ -2,8 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures nagios"
version "0.2"
depends "php::php5"
version "0.3"

%w{ debian ubuntu }.each do |os|
supports os
Expand Down
2 changes: 0 additions & 2 deletions nagios/templates/default/templates.cfg.erb
Expand Up @@ -47,7 +47,6 @@ define host {
notification_interval <%= nagios_interval(nagios_attr(:default_host)[:notification_interval]) %>
notification_options d,u,r
contact_groups <%= nagios_attr(:default_contact_groups).join(",") %>
#action_url /pnp/index.php?host=$HOSTNAME$' onmouseover="get_g('$HOSTNAME$','_HOST_')" onmouseout="clear_g()"
register 0
}

Expand Down Expand Up @@ -75,6 +74,5 @@ define service {
notification_options w,u,c,r
notification_interval <%= nagios_interval(nagios_attr(:default_service)[:notification_interval]) %>
notification_period 24x7
#action_url /pnp/index.php?host=$HOSTNAME$&srv=$SERVICEDESC$' onmouseover="get_g('$HOSTNAME$','$SERVICEDESC$')" onmouseout="clear_g()"
register 0
}

0 comments on commit f1b476f

Please sign in to comment.