Commit Graph

8882 Commits

Author SHA1 Message Date
Junichi Satoh fa79014e6e Added new tokens as the same as linux. 2014-10-03 13:10:16 +09:00
artica f10df4cee5 Auto-updated build strings. 2014-10-03 00:01:13 +02:00
Ramon Novoa c3b6c88bfb Fixed interface names. 2014-10-02 20:18:54 +02:00
Alejandro Gallardo Escobar 4c239b57db Fixed an error with the event comments 2014-10-02 19:37:18 +02:00
Alejandro Gallardo Escobar 2fdb99abd2 Finally, the comments are showed correctly on the events list 2014-10-02 18:38:14 +02:00
Alejandro Gallardo Escobar 834c9fc5e6 Revert "Now the comments are showed correctly on the events list"
This reverts commit a7f42d753d.
2014-10-02 18:31:58 +02:00
Alejandro Gallardo Escobar a7f42d753d Now the comments are showed correctly on the events list 2014-10-02 18:23:44 +02:00
Ramon Novoa 69c0911f8a Make sure other parameters are properly read from pandora_server.conf. 2014-10-02 16:27:54 +02:00
Alejandro Gallardo Escobar 03831f456f Now the interface wizard adds the interface MAC to the module description 2014-10-02 16:05:31 +02:00
Alejandro Gallardo Escobar 29d3ae2024 Merge branch 'feature/ticket#1199-ReportTemplates' into develop 2014-10-02 15:28:20 +02:00
Alejandro Gallardo Escobar e432ae8584 Fixes on the reports permissions 2014-10-02 15:27:51 +02:00
Vanessa Gil 344d69c3ab Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-10-02 13:50:39 +02:00
Vanessa Gil 053e943143 Updated translations. 2014-10-02 13:49:50 +02:00
Ramon Novoa 3c319aa11a Use snmp_timeout instead of a fixed value for the SNMP recon script. 2014-10-02 13:44:17 +02:00
mdtrooper aedf3bd3e9 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-10-02 13:24:36 +02:00
mdtrooper 7b330b2cc5 Setted the 'clippy is annoying' cookie for 20 years 2014-10-02 13:24:16 +02:00
hkosaka 42781e0bee Added the alert macros _groupcustomid_. 2014-10-02 17:15:38 +09:00
artica 50ea76e463 Auto-updated build strings. 2014-10-02 00:01:08 +02:00
Alejandro Gallardo Escobar 2881f6482a Fixed an error on the function "reporting_network_interfaces_table" when the output is in PDF type 2014-10-01 19:03:24 +02:00
Alejandro Gallardo Escobar 92ff7af279 Increased the graph size. Now the simple graphs can be interactive 2014-10-01 15:28:41 +02:00
Alejandro Gallardo Escobar afe80b3990 Merge branch 'feature/ticket#1327-NetworkInterfaceReport' into develop 2014-10-01 13:55:51 +02:00
Alejandro Gallardo Escobar 9df3787e6c Modified the function "reporting_render_report_html_item"
Now the item 'custom_graph' shows an interactive graph on the html
report when the user has the configuration option 'flash_charts'
enabled.
2014-10-01 13:28:08 +02:00
Alejandro Gallardo Escobar 32f8cbb990 Visual improvements on the graphs of the function "reporting_network_interfaces_table" 2014-10-01 12:21:35 +02:00
Alejandro Gallardo Escobar 65dd6ff80d Minor fixes 2014-10-01 12:21:08 +02:00
Ramon Novoa f94629a61a Added the async_recovery configuration token. 2014-10-01 12:00:14 +02:00
mdtrooper 6fa2cab7c6 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-10-01 11:18:25 +02:00
mdtrooper 5a918eb0b2 Fixed the limits of warnings/critical (the line) that freezed the legend. Ticket #1287 2014-10-01 11:18:03 +02:00
mdtrooper 2fd3ab0a9a Uploaded lost new file for the cron extension context help 2014-10-01 11:16:44 +02:00
Vanessa Gil 15ee5f018e Resize statistics graph. Ticket #1345 2014-10-01 10:34:49 +02:00
artica e75105eac9 Auto-updated build strings. 2014-10-01 00:01:11 +02:00
Vanessa Gil a7e1468570 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-30 18:28:18 +02:00
Vanessa Gil fd4b972a89 Updated translations. Ticket #1337 2014-09-30 18:21:36 +02:00
Alejandro Gallardo Escobar 664c949a75 Merge branch 'feature/ticket#1327-NetworkInterfaceReport' into develop 2014-09-30 16:30:45 +02:00
Alejandro Gallardo Escobar 2116e10733 Minor update on the function "reporting_network_interfaces_table" 2014-09-30 16:28:52 +02:00
Ramon Novoa 07b5480732 Added a function to test the connection to the event replication DB. 2014-09-30 16:15:33 +02:00
Alejandro Gallardo Escobar 4b2104ea78 Added a new report item which shows network interfaces information by agents of the selected group
* pandora_console/godmode/reporting/reporting_builder.item_editor.php: Added the item
	'network_interfaces_report'.

* pandora_console/include/functions_agents.php: Added the function
	"agents_get_network_interfaces" to get a list of network interfaces
	information by agent.

* pandora_console/include/functions_custom_graphs.php: Added the 'ttl' parameter
	to the function "custom_graphs_print".

* pandora_console/include/functions_reporting.php: Added the item
	'network_interfaces_report' to the function
	"reporting_render_report_html_item". Added the function
	"reporting_network_interfaces_table".

* pandora_console/include/functions_reports.php: Added the item
	'network_interfaces_report' to the function
	"reports_get_report_types".
2014-09-30 15:56:24 +02:00
Vanessa Gil 67c2c92ab8 Removed wildcards '%' from querys where its filtered by tag. Ticket #1363. 2014-09-30 15:11:20 +02:00
Vanessa Gil 4b8fe4225b Only show user's tags in monitor detail (tree view). Ticket #1356. 2014-09-30 12:11:10 +02:00
mdtrooper 47838c5dd1 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-30 11:57:42 +02:00
mdtrooper 44f4935f08 Removed old deprecated and commented/disabled code 2014-09-30 11:57:11 +02:00
artica 13d7cd375e Auto-updated build strings. 2014-09-30 00:01:09 +02:00
Alejandro Gallardo Escobar 2f6a0e5dec Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-29 14:15:50 +02:00
Alejandro Gallardo Escobar a7bdca7d9c Removed some unused insertions 2014-09-29 14:15:32 +02:00
Alejandro Gallardo Escobar 34476a80c1 Fixed the update manager URL 2014-09-29 14:14:39 +02:00
mdtrooper 5abe0457a6 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-29 13:50:26 +02:00
mdtrooper 074536349a Fixed the enterprise service Items in the visualmaps (edition and operation) 2014-09-29 13:49:45 +02:00
Alejandro Gallardo Escobar f406bdb02d Now the report type 'serialized data' gets the data from the default and the historical database 2014-09-29 13:15:26 +02:00
Hirofumi Kosaka cce59f3059 Moved log rotation from inside of logger() to pandora_server's periodic tasks,
preventing warnings below at pandora_server.error;

> Use of uninitialized value in numeric gt (>) at /usr/lib/perl5/PandoraFMS/Tools.pm line 415.

MERGED FROM pandora_5.0.
2014-09-29 19:53:15 +09:00
Vanessa Gil 1a6659d116 Fixed bug in event filter. 2014-09-29 11:27:10 +02:00
Vanessa Gil 83314fac0e Merge branch 'feature/tactical_graph' into develop 2014-09-29 11:22:18 +02:00