[Nagios-db-devel] templates still incomplete?
Status: Beta
Brought to you by:
bench23
|
From: Ben <be...@si...> - 2005-02-17 21:12:35
|
[client 10.146.3.60] PHP Warning: Invalid argument supplied for foreach() in /var/www/html/ui/templates/default.tpl on line 82
[client 10.146.3.60] PHP Warning: Invalid argument supplied for foreach() in /var/www/html/ui/templates/default.tpl on line 105
[client 10.146.3.60] PHP Notice: Undefined variable: h_pending in /var/www/html/ui/templates/default.tpl on line 152
[client 10.146.3.60] PHP Notice: Undefined variable: s_pending in /var/www/html/ui/templates/default.tpl on line 182
[client 10.146.3.60] PHP Notice: Undefined variable: timestamp in /var/www/html/ui/templates/default.tpl on line 187
Line 82 of default.tpl tries to loop through $navbar_hosts, so....
[root@redhat ui]# grep navbar_hosts *
[root@redhat ui]# grep navbar_hosts */*
templates/default.tpl: foreach ($navbar_hosts as $out) {
[root@redhat ui]#
|