protected function StatsPro::get_data_critical in Statistics Pro 6.2
Returns the number of total critical conditions per day since the last run.
File
- ./statspro.inc, line 836 
- statspro class for Statistics Pro module.
Class
- StatsPro
- Manages the data saving and retrieval according to the user defined parameters.
Code
protected function get_data_critical() {
  $this
    ->get_watchdog_data(WATCHDOG_CRITICAL, TRUE);
}