You are here

nagios.install in Nagios Monitoring 5

Same filename and directory in other branches
  1. 6 nagios.install
  2. 7 nagios.install

File

nagios.install
View source
<?php

// Copyright 2009 Khalid Baheyeldin http://2bits.com
function nagios_uninstall() {
  variable_del('nagios_updates');
  variable_del('nagios_ua');
}

Functions

Namesort descending Description
nagios_uninstall