Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Oct 20, 2017
2 parents bfb7791 + fd40be1 commit 1fed2d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions code_igniter/application/controllers/include_collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
}
}

if ($this->response->meta->collection == 'configuration') {
$this->response->meta->total = $this->response->meta->filtered;
}

output($this->response);

$log = new stdClass();
Expand Down
2 changes: 1 addition & 1 deletion other/openaudit_mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ INSERT INTO `configuration` VALUES (53,'database_show_row_limit','1000','number'
INSERT INTO `configuration` VALUES (54,'collector_check_minutes','15','number','y','system','2000-01-01 00:00:00','The default check interval for collectors.');
INSERT INTO `configuration` VALUES (55,'page_size','1000','number','y','system','2000-01-01 00:00:00','The default limit of rows to retrieve.');
INSERT INTO `configuration` VALUES (56,'discovery_linux_use_sudo','y','bool','y','system','2000-01-01 00:00:00','When running discovery commands on a Linux target, should we use sudo.');
INSERT INTO `configuration` VALUES (57,'delete_noncurrent_netstat','y','bool','y','system','2000-01-01 00:00:00','Should we store non-current netstat data and generate change logs.')
INSERT INTO `configuration` VALUES (57,'delete_noncurrent_netstat','y','bool','y','system','2000-01-01 00:00:00','Should we store non-current netstat data and generate change logs.');
INSERT INTO `configuration` VALUES (58,'delete_noncurrent_variable','y','bool','y','system','2000-01-01 00:00:00','Should we store non-current environment variable data and generate change logs.');
/*!40000 ALTER TABLE `configuration` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down

0 comments on commit 1fed2d2

Please sign in to comment.