Commit Graph

3517 Commits

Author SHA1 Message Date
Alejandro Gallardo Escobar 2f0099f6e4 Fixed the planned downtimes info for the SLA report item on the metaconsole 2014-10-09 17:44:52 +02:00
Alejandro Gallardo Escobar 4f9eb55f74 Fixed a require on the function "reporting_render_report_html_item" 2014-10-09 16:52:45 +02:00
Alejandro Gallardo Escobar bba4ad164e Fixed some planned downtimes queries 2014-10-09 14:39:04 +02:00
Alejandro Gallardo Escobar c4bb8987dd Added a check for malformed planned downtimes to the report item 'SLA' 2014-10-08 18:51:16 +02:00
Alejandro Gallardo Escobar 897cd047d2 Improved the output of the function "planned_downtimes_get_malformed" 2014-10-08 18:50:09 +02:00
Alejandro Gallardo Escobar 3100189344 Fixed an error on the function "reporting_get_planned_downtimes_intervals" 2014-10-08 16:08:09 +02:00
Alejandro Gallardo Escobar b55fdfd16b Fixed an infinite loop on the function "reporting_get_planned_downtimes_intervals" 2014-10-08 14:57:36 +02:00
Alejandro Gallardo Escobar 9e6522f50d Added a new file with functions to manage the planned downtimes 2014-10-08 14:49:45 +02:00
hkosaka 723e68a9ed Updated that add_event API can support newline literally. 2014-10-07 15:23:49 +09:00
artica ba5ed6cbfe Auto-updated build strings. 2014-10-07 00:01:08 +02:00
mdtrooper 065e6bb6ec Fixed the check items of visualmap as module items when the are a visualmap linked items 2014-10-06 18:35:09 +02:00
artica 0b022cf376 Auto-updated build strings. 2014-10-06 00:01:09 +02:00
Junichi Satoh d85762d596 Updated help. 2014-10-05 09:42:11 +09:00
artica b3e277570b Auto-updated build strings. 2014-10-05 00:01:08 +02:00
artica 9965c77656 Auto-updated build strings. 2014-10-04 00:01:09 +02:00
Ramon Novoa b4d2f7e009 Added a missing include. 2014-10-03 18:01:58 +02:00
Alejandro Gallardo Escobar ebee411646 Added some lost types to the "get_event_types" function 2014-10-03 12:53:38 +02:00
hkosaka 88e2ca3a46 Changed update_group's parameters in the same order of 'create_group'. 2014-10-03 15:56:23 +09:00
hkosaka a17c13981d Added new API 'update_group'. 2014-10-03 14:17:37 +09:00
artica b3d0d8fe0f Auto-updated build strings. 2014-10-03 00:01:13 +02:00
Vanessa Gil 981fb9fb33 Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-10-02 13:50:39 +02:00
Vanessa Gil 5d62cdef7a Updated translations. 2014-10-02 13:49:50 +02:00
mdtrooper beaae46553 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-10-02 13:24:36 +02:00
mdtrooper a9f0fb024a Setted the 'clippy is annoying' cookie for 20 years 2014-10-02 13:24:16 +02:00
hkosaka 4b2901670f Added the alert macros _groupcustomid_. 2014-10-02 17:15:38 +09:00
artica f4a7b581b6 Auto-updated build strings. 2014-10-02 00:01:08 +02:00
Alejandro Gallardo Escobar cc96c8141e 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 b93e2b98fc Increased the graph size. Now the simple graphs can be interactive 2014-10-01 15:28:41 +02:00
Alejandro Gallardo Escobar 3c41de5238 Merge branch 'feature/ticket#1327-NetworkInterfaceReport' into develop 2014-10-01 13:55:51 +02:00
Alejandro Gallardo Escobar 03689c8c6d 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 004a9ff7b4 Visual improvements on the graphs of the function "reporting_network_interfaces_table" 2014-10-01 12:21:35 +02:00
mdtrooper 5e683f7b50 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-10-01 11:18:25 +02:00
mdtrooper 38d352ebe1 Fixed the limits of warnings/critical (the line) that freezed the legend. Ticket #1287 2014-10-01 11:18:03 +02:00
mdtrooper e708ceba12 Uploaded lost new file for the cron extension context help 2014-10-01 11:16:44 +02:00
artica ffdaff3d5d Auto-updated build strings. 2014-10-01 00:01:11 +02:00
Vanessa Gil b6c077ab0e Merge branch 'develop' of https://github.com/pandorafms/pandorafms into develop 2014-09-30 18:28:18 +02:00
Vanessa Gil 0dd58bca94 Updated translations. Ticket #1337 2014-09-30 18:21:36 +02:00
Alejandro Gallardo Escobar 983f677b00 Merge branch 'feature/ticket#1327-NetworkInterfaceReport' into develop 2014-09-30 16:30:45 +02:00
Alejandro Gallardo Escobar 18caec5590 Minor update on the function "reporting_network_interfaces_table" 2014-09-30 16:28:52 +02:00
Ramon Novoa 36c0f3a7b7 Added a function to test the connection to the event replication DB. 2014-09-30 16:15:33 +02:00
Alejandro Gallardo Escobar c73d901873 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 b02e994701 Removed wildcards '%' from querys where its filtered by tag. Ticket #1363. 2014-09-30 15:11:20 +02:00
Vanessa Gil 304e4be112 Only show user's tags in monitor detail (tree view). Ticket #1356. 2014-09-30 12:11:10 +02:00
mdtrooper e74d61bb1b Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-30 11:57:42 +02:00
mdtrooper 3c4cc38c90 Removed old deprecated and commented/disabled code 2014-09-30 11:57:11 +02:00
artica f945b8253f Auto-updated build strings. 2014-09-30 00:01:09 +02:00
mdtrooper 81ad47e751 Merge branch 'develop' of github.com:pandorafms/pandorafms into develop 2014-09-29 13:50:26 +02:00
mdtrooper ba0c622973 Fixed the enterprise service Items in the visualmaps (edition and operation) 2014-09-29 13:49:45 +02:00
Alejandro Gallardo Escobar 7d6ff04744 Now the report type 'serialized data' gets the data from the default and the historical database 2014-09-29 13:15:26 +02:00
Vanessa Gil 9a8818b6a4 Fixed graph of tactical view in metaconsole. 2014-09-29 11:19:51 +02:00