]> git.pld-linux.org Git - packages/cacti.git/blame - cmd-php-non-unique-hosts.patch
*** empty log message ***
[packages/cacti.git] / cmd-php-non-unique-hosts.patch
CommitLineData
a88f8afe
GS
1--- cacti/cmd.php 2007/11/03 23:03:30 4297
2+++ cacti/cmd.php 2007/11/26 01:34:11 4355
3@@ -201,8 +201,8 @@
4 }
5
6 foreach ($polling_items as $item) {
7- $data_source = $item["local_data_id"];
8- $current_host = $item["hostname"];
9+ $data_source = $item["local_data_id"];
10+ $current_host = $item["host_id"];
11
12 if ($current_host != $last_host) {
13 $new_host = true;
This page took 0.055984 seconds and 4 git commands to generate.