Commit Graph

286 Commits

Author SHA1 Message Date
mdtrooper 2aacfee9cb 2011-09-25 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/PopupValidationEvent.java: added
	empty file for to work in this in the monday.
	
	* src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: added the hook to
	list event from notification. And fixed the search.

	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings values.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4998 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-25 17:30:47 +00:00
mdtrooper 0e25e30995 2011-09-23 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
	src/pandroid_event_viewer/pandorafms/Options.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip in the event
	notification, now there are notifications and need that I develop the
	hook to activity list event.
	
	* src/pandroid_event_viewer/pandorafms/Core.java: move some functions to
	this file for use in other class.

	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more string values. 
	
	* res/drawable-ldpi/criticity_0.png, res/drawable-ldpi/criticity_1.png, 
	res/drawable-ldpi/criticity_2.png, res/drawable-ldpi/criticity_3.png, 
	res/drawable-ldpi/criticity_4.png, res/drawable-ldpi/criticity_default.png:
	added first version of icons for the notifications.
	
	* res/layout/main.xml: added a third button, the filter, to set the actual
	search as filter for the background event watcher.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4996 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-23 20:53:46 +00:00
mdtrooper c8d65de5c1 2011-09-22 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: added the lines for the service and broadcastreciver.
	
	*src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/AlarmReceiver.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/PandroidEventviewerService.java,
	src/pandroid_event_viewer/pandorafms/Options.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip, added the first
	version of service to scan in background the event and other fixes and
	devs.
	
	* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
	res/values-en/strings.xml, res/values-es/arrays.xml,
	res/values-es/strings.xml, res/layout/options.xml: added more const.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4987 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-22 21:31:45 +00:00
mdtrooper 094b4e06f7 2011-09-21 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java,
	src/pandroid_event_viewer/pandorafms/EventListItem.java,
	src/pandroid_event_viewer/pandorafms/EventList.java: wip, now the list
	events run fine, and get asynchronous events and added some checks.
	
	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings.
	
	* res/layout/list_view_layout.xml,
	res/layout/item_list_event_layout.xml: changes for to show the buttons and
	messages.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4978 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-21 20:50:34 +00:00
mdtrooper af9bb24f5a 2011-09-20 Miguel de Dios <miguel.dedios@artica.es>
* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings.
	
	* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java: wip
	the background execution to get events,
	
	* src/pandroid_event_viewer/pandorafms/Main.java, res/layout/main.xml: added
	code to get groups in background process.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4973 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-20 14:49:05 +00:00
mdtrooper 8fda5a8933 2011-09-19 Miguel de Dios <miguel.dedios@artica.es>
* AndroidManifest.xml: added Options activity. 

	* src/pandroid_event_viewer/pandorafms/Options.java, res/layout/options.xml:
	added ctivity Options to edit application preferences.  	

	* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java,
	src/pandroid_event_viewer/pandorafms/Main.java: added to hook for the
	options activity.

	* src/pandroid_event_viewer/pandorafms/EventList.java
	
	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added some strings const.
	
	* res/menu/options_menu.xml: the sublayout for the option key.
	
	*res/layout/list_view_layout.xml: started to show dinamic load items.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4971 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-19 09:52:18 +00:00
slerena 5face9a62d 2011-09-16 Sancho Lerena <slerena@artica.es>
*  extras/build_src.sh: Fixed bad path.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4965 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-16 12:08:53 +00:00
mdtrooper 8f3817d4e3 2011-09-16 Miguel de Dios <miguel.dedios@artica.es>
* src/pandroid_event_viewer/pandorafms/PandroidEventviewerActivity.java:
	added to use the PandroidEventviewerActivity class in other parts in 
	proyect.
	
	* src/pandroid_event_viewer/pandorafms/Main.java: work in progress in the
	form, now only I need to write the filter call.
	
	* res/values/arrays.xml, res/values/strings.xml, res/values-en/arrays.xml,
	res/values-en/strings.xml, res/values-es/arrays.xml,
	res/values-es/strings.xml, res/layout/main.xml: added more values.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4964 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-16 11:19:54 +00:00
slerena b8657e4d41 2011-09-15 Sancho Lerena <slerena@artica.es>
*  extras/build_src.sh: Missing PO files was breaking lang.
        system

        * aditional_rpmspec/wmic-4.0.0tp4-SVN-build-UNKNOWN.spec:
        Updated.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4958 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-15 16:11:42 +00:00
mdtrooper 9731f86ab6 2011-09-15 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/*: added new layout and some changes in other layout.
	
	* res/values/strings.xml, res/values-en/strings.xml,
	res/values-es/strings.xml: added more strings.
	
	* src/pandroid_event_viewer/pandorafms/*: some changes to show opened item
	when make click in event list.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4955 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-15 13:34:52 +00:00
mdtrooper c66e51bb5b 2011-09-13 Miguel de Dios <miguel.dedios@artica.es>
* *.*: added first version of Pandroid Event Viewer.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4947 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-13 14:33:44 +00:00
slerena 4e3f944335 2011-09-01 SAncho Lerena <slerena@artica.es>
* scripts/webserver/pandora_webserver.pl: Updated header.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4875 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-09-01 13:41:10 +00:00
juanmanuelr 42baba4503 2011-08-30 Juan Manuel Ramon Vigo <juanmanuel.ramon@artica.es>
* scripts/webserver
	scripts/webserver/pandora_webserver.pl
	scripts/webserver/PandoraFMS_Monitorizacion_Webserver.odt: Added files
	with webserver plugin and documentation.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4855 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-08-30 16:10:36 +00:00
slerena b86a4fc557 2011-05-04 Sancho Lerena <slerena@artica.es>
* scripts/mail_transfer: Updated english doc.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4304 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-05-04 17:44:13 +00:00
slerena fbb90de167 2011-05-04 Sancho Lerena <slerena@artica.es>
* scripts/mail_transfer: Added new script to send/receive XML
        data files by SMTP/POP3.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4303 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-05-04 16:34:29 +00:00
Ramon Novoa 0265bfd60d 2011-02-22 Ramon Novoa <rnovoa@artica.es>
* build_src.sh: Updated to work with the current directory structure.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3974 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-02-22 11:04:40 +00:00
Ramon Novoa fac10414f6 2010-12-28 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Update the console installer version. Fixed
	  a bug when reading the build number.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3718 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-12-28 12:44:58 +00:00
Ramon Novoa f3ec02bf57 2010-12-23 Ramon Novoa <rnovoa@artica.es>
* build_src.sh, build_windows_agent.sh,
	  build_deb.sh, build_rpm.sh: Return error codes and exclude .po files.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3696 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-12-23 12:34:02 +00:00
Ramon Novoa 791b11396d 2010-12-21 Ramon Novoa <rnovoa@artica.es>
* build_src.sh, build_deb.sh, build_rpm.sh: Small fixes to build scripts.
	
	* build_windows_agent.sh: Added to respository. Windows agent build script.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3673 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-12-21 12:14:15 +00:00
slerena c9c2b83169 2010-11-26 Sancho Lerena <slerena@artica.es>
* pandora_agents/unix/DEBIAN/make_deb_package.sh,
	pandora_agents/unix/pandora_agent.spec,
	extras/build_deb.sh,
	pandora_console/DEBIAN/make_deb_package.sh,
	pandora_server/DEBIAN/make_deb_package.sh: Updated debian
	package generation (version update and small fixes/adjustements)




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3634 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-25 22:48:13 +00:00
slerena 432eddcfa5 2010-11-08 Sancho Lerena <slerena@artica.es>
* build_src.sh: Removed NT4 from the unix src package.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3560 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-08 16:38:17 +00:00
Ramon Novoa 22e7a98409 2010-11-03 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Set the build in the InstallJammer mpi
	  file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3511 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-03 18:06:30 +00:00
Ramon Novoa 74972ce911 2010-11-03 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Fixed the regular expression that matches
	  the InstallVersion token.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3508 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-03 17:36:33 +00:00
Ramon Novoa a873132f60 2010-11-03 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Update the InstallJammer mpi file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3506 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-03 17:23:26 +00:00
slerena 0d9e2930a4 2010-09-22 Sancho Lerena <slerena@artica.es>
* extras/build_src.sh
        extras/build_rpm.sh: Fixed scripts for my enviroment (SUSE 11.3)




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3278 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-22 18:31:25 +00:00
Ramon Novoa 5e4ae3f52e 2010-06-02 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Fixed parameter check. Make sure
          develop_bypass is set to 1.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2847 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-02 16:01:48 +00:00
Ramon Novoa 5ab9d8c736 2010-05-24 Ramon Novoa <rnovoa@artica.es>
* pandora_update_version.sh: Added to repository. Script to
          automatically update Pandora FMS version and build where
          necessary.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2792 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-05-24 16:38:04 +00:00
Ramon Novoa ad378b25ae 2010-05-21 Ramon Novoa <rnovoa@artica.es>
* build_src.sh: Get the right version for the keygen.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2784 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-05-21 11:58:30 +00:00
Ramon Novoa 8727aee060 2010-05-20 Ramon Novoa <rnovoa@artica.es>
* build_src.sh, build_deb.sh, build_rpm.sh: Added to repository. 
          Sancho's newest build scripts.

        * build_rpm_packages.sh: Removed from repository. Old build script.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2773 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-05-20 13:42:47 +00:00
slerena 19a26e177d 2009-12-18 Sancho lerena <slerena@gmail.com>
* extras/aditional_rpmspec/xprobe2-0.3.spec: Updated to make it
        compatible with SUSE build service.

        * extras/aditional_rpmspec/wmic-4.0.0tp4-SVN-build-UNKNOWN.spec: Final
        changes (updated web, license and description).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2222 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-12-18 18:27:18 +00:00
slerena 38f4c06091 2009-12-09 Sancho Lerena <slerena@gmail.com>
* aditional_rpmspec/xprobe2-0.3.spec: Fixed parameter to avoid FHS
        enforcing on SUSE Build Service.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2181 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-12-08 23:59:25 +00:00
slerena b6504f3f8f 2009-12-08 Sancho lerena <slerena@gmail.com>
* aditional_rpmspec/xprobe2-0.3.spec: Added spec for xprobe2 (SUSE and RH).



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2179 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-12-08 19:05:35 +00:00
slerena 7ad1d52122 2009-12-08 Sancho lerena <slerena@gmail.com>
* aditional_sources: Added directory to put there sources of
        modified packages used in Pandora FMS.

        * aditional_sources/xprobe_0.3: Patched version to compile with
        * gcc4.x and used to do SUSE RPM packages for 11.x



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2178 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-12-08 15:23:58 +00:00
slerena 2d704c35c1 2009-11-11 Sancho Lerena <slerena@artica.es>
* tentacle_proxy: Upgrade to support a previous check of connectiviy
        before trying to copy nothing to up server.

        * generic_daemon_launcher: A generic script used to launch other 
        apps/scripts as daemons. Could be used with tentacle_proxy, daemon_watchdog
        a secondary pandora_agent or pandora_server instance, for example.

        * daemon_watchdog: A script used to watchdog for another process, for
        example a pandora_server or a mysql. This also try to "restart" the process
        if it's down and has a custom execution field to notify directly admin
        when a daemon is not restarting and it's down.

        * build_rpm_packages.sh: Some fixes in RPM build script.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2105 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-11-11 18:06:58 +00:00
slerena 3766c839a0 2009-09-21 SAncho Lerena
* extras/build_rpm_packages.sh: typo fixed.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1961 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-09-21 00:37:07 +00:00
slerena f36a186e4f 2009-09-08 Sancho Lerena <slerena@artica.es>
* Initial load of extras subdir. Expect to have some dirty
	scripts and misc. stuff here. 

	* extras/tentacle_proxy: Tentacle proxy script to pass data/conf files from
	one tentacle server, used like a proxy to reach another server. 

	* extras/aditional_rpmspec: Additional RPM's to create RPM packages to
	satisfy Pandora FMS dependencies.

	* extras/build_rpm_packages.sh: Script to make all Pandora FMS RPM's.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1921 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-09-08 15:40:51 +00:00