mdtrooper
00655c8480
2010-11-02 Miguel de Dios <miguel.dedios@artica.es>
...
* ChangeLog: uploaded lost lines of my commit of yesterday.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3493 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-02 11:42:27 +00:00
mdtrooper
260bf18645
2010-11-01 Miguel de Dios <miguel.dedios@artica.es>
...
* DEBIAN/postinst, DEBIAN/conffiles, DEBIAN/make_deb_package.sh: fixed the
warning of check md5sum on dir "plugins". Now the dir "plugins" is filled
postinstall with the package plugins in temp directory, the copy is
interactive for don't overwrite the user modified plugins of previous
installation.
Fixes : #3081496
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3489 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-01 19:58:21 +00:00
mdtrooper
cfaf1f2a98
2010-11-01 Miguel de Dios <miguel.dedios@artica.es>
...
* DEBIAN/make_deb_package.sh: fixed recursive infinite loop with try to
copy "temp_package" into "temp_package/usr/share/pandora_agent/temp_package"
again and again.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3488 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-01 17:46:29 +00:00
slerena
411bf82dbc
2010-11-01 Sancho Lerena <slerena@artica.es>
...
* unix/tentacle_client: Updated tentacle client to 0.30 version,
with support for HTTP proxies.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3486 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-11-01 14:32:40 +00:00
jsatoh
aac4abe240
2010-10-19 Junichi Satoh <junichi@rworks.jp>
...
* unix/SunOS/make_solaris_package/prototype: Added nagios_plugin_wrapper.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3419 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-19 00:57:15 +00:00
slerena
5d7746a655
2010-10-15 SAncho Lerena <slerena@artica.es>
...
* plugins/nagios_plugin_wrapper: Added new plugin.
* pandora_agent: Version update.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3408 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-15 10:56:56 +00:00
ramonn
84401b3289
2010-10-08 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Pass server_pwd and server_ssl configuration tokens
to tentacle. Fixes bug #3080299 .
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3374 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-08 14:04:23 +00:00
slerena
fd66843829
2010-10-08 Sancho Lerena <slerena@artica.es>
...
* unix/pandora_agent_daemon: Kill with -9 to be sure is killed,
because UDP server mode "captures" the INT signal to restart
the agent when receibe REFRESH AGENT on UDP client.
* unix/Linux/pandora_agent.conf: New config tokens to support
UDP server options.
* unix/pandora_agent: UDP Server mode implemented in the
Unix/Perl agent, only for REFRESH AGENT option, no remote commands
possible.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3370 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-08 09:58:18 +00:00
ramonn
13ba36c3e6
2010-10-07 Ramon Novoa <rnovoa@artica.es>
...
* Linux/pandora_agent.conf: Added an example usage of the
agent_threads configuration token.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3360 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-07 09:18:13 +00:00
jsatoh
e6b32529bd
2010-10-06 Junichi Satoh <junichi@rworks.jp>
...
* unix/pandora_agent: Added FreeBSD specific commands.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3346 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-06 01:49:48 +00:00
ramonn
820973df4b
2010-10-04 Ramon Novoa <rnovoa@artica.es>
...
* plugins/inventory: Fixed inventory process information.
* pandora_agent: Fixed an error that showed when no logfile was
specified in the agent configuration file.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3338 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-10-04 17:22:28 +00:00
jsatoh
f51c35c37d
2010-09-27 Junichi Satoh <junichi@rworks.jp>
...
* unix/FreeBSD/pandora_agent: Fixed a typo.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3297 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-27 02:06:34 +00:00
jsatoh
28af490e9b
2010-09-27 Junichi Satoh <junichi@rworks.jp>
...
* unix/FreeBSD/pandora_agent: Changed PID detection method to support
"jail", FreeBSD virtualization.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3295 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-27 01:56:08 +00:00
jsatoh
41a7adfcff
2010-09-27 Junichi Satoh <junichi@rworks.jp>
...
* unix/pandora_agent_installer: Set PANDORA_USER="root" when it is
not defined.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3294 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-27 01:51:13 +00:00
slerena
4f05e084bd
2010-09-22 Sancho Lerena <slerena@artica.es>
...
* pandora_agent.spec: Updated RPM spec for SUSE
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3279 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-22 18:32:52 +00:00
ramonn
5004283c5a
2010-09-20 Ramon Novoa <rnovoa@artica.es>
...
* unix/pandora_agent, win32/modules/pandora_module.cc: Added
module_interval information to the data XML.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3260 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-20 15:03:06 +00:00
ramonn
bbe506edd1
2010-09-17 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Added multi-thread support.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3252 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-17 13:03:24 +00:00
jsatoh
a26e4db80f
2010-09-17 Junichi Satoh <junichi@rworks.jp>
...
* unix/SunOS/make_solaris_package/README,
unix/SunOS/make_solaris_package/copyright,
unix/SunOS/make_solaris_package/make_solaris_package.sh,
unix/SunOS/make_solaris_package/prototype: Added agent package builder
for Solaris.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3249 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-09-17 03:36:43 +00:00
jsatoh
4cd9aff8d8
2010-08-17 Junichi Satoh <junichi@rworks.jp>
...
* unix/pandora_agent_daemon, unix/tentacle_client: Added support for
Solaris virtualization, "zone".
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3144 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-08-17 01:58:46 +00:00
ramonn
a591153ff5
2010-08-11 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Fixed collection issues related to the agent. See
bug #3042577 .
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3129 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-08-11 16:14:49 +00:00
slerena
2a1566845a
2010-08-04 Sancho Lerena <slerena@artica.es>
...
* DEBIAN/control,
pandora_agent.spec: Added unzip to dependencies (for file
collection management).
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3102 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-08-04 17:51:05 +00:00
mdtrooper
e5836903b1
2010-08-04 Miguel de Dios <miguel.dedios@artica.es>
...
* pandora_agent_daemon: fixed user of daemon, it is root, not dario.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3098 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-08-04 16:56:54 +00:00
darode
290096baac
2010-07-30 Dario Rodriguez <dario.rodriguez@artica.es>
...
* unix/pandora_agent: Added code to change the nice parameter of the
pandora_agent process.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3082 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-30 12:25:23 +00:00
jsatoh
8a8c909408
2010-07-28 Junichi Satoh <junichi@rworks.jp>
...
* unix/SunOS/pandora_agent.conf: Fixed a typo.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3072 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-28 02:24:55 +00:00
ramonn
1f05c08cd8
2010-07-21 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Delete unused collections.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3048 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-21 11:32:08 +00:00
darode
fdd9062bb5
2010-07-20 Dario Rodriguez <dario.rodriguez@artica.es>
...
* win32/pandora_agent_conf.cc, pandora_agent_conf.h: Added a variable to
control if the collection is added to the PATH.
* win32/pandora_windows_service.h, pandora_windows_service.cc: Added logic
to check if the collection is added to the PATH or not.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3043 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-20 16:38:29 +00:00
ramonn
6f7bb07d9a
2010-07-20 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent_installer: Fixed some directories and permissions.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3037 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-20 11:37:29 +00:00
ramonn
688a639202
2010-07-20 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent_installer,
DEBIAN/make_deb_package.sh,
pandora_agent.spec: Updated to take the collections directory into
account.
* collections: Added to repository. Collections directory.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3036 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-20 10:45:55 +00:00
ramonn
b830dd1b60
2010-07-19 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Added support for file collections.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3033 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-19 17:27:59 +00:00
ramonn
bf42e44f55
2010-07-12 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: changed the module cron configuration token to
module_crontab.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2994 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-12 16:35:26 +00:00
ramonn
f0941042e1
2010-07-08 Ramon Novoa <rnovoa@artica.es>
...
* pandora_exec: Do not verify the command to allow pipes and complex
commands.
* pandora_agent: Quote the command passed to pandora_exec. Fixed
the module cron. Modules without a module cron would not run.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2980 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-08 15:04:43 +00:00
jsatoh
1a7aac011c
2010-07-05 Junichi Satoh <junichi@rworks.jp>
...
* unix/pandora_agent_installer: Fixed typo and directory permission
for FreeBSD.
* unix/FreeBSD/pandora_agent: Simplified.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2958 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-05 01:56:19 +00:00
ramonn
a67fef34bd
2010-07-02 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Fixed a typo.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2955 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-07-02 14:21:05 +00:00
ramonn
83cc454366
2010-06-30 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Improved the module cron to allow intervals and
multiple runs within an interval.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2944 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-30 19:13:41 +00:00
ramonn
95c8d22745
2010-06-30 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Call df with -P from the Linux abstraction layer
to avoid split lines.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2936 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-30 15:51:45 +00:00
ramonn
4a47de5244
2010-06-25 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Added the module_cron feature to schedule modules
using a cron-like syntax.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2928 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-25 12:38:32 +00:00
ramonn
db161a7e41
2010-06-23 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Added the module_save and module_condition features.
See http://www.openideas.info/wiki/ for more information.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2924 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-23 18:01:38 +00:00
ramonn
ee3c3a6992
2010-06-18 Ramon Novoa <rnovoa@artica.es>
...
* unix/pandora_exec: Added to repository. pandora_exec script.
* unix/pandora_agent_installer, unix/DEBIAN/postinst,
unix/DEBIAN/make_deb_package.sh, unix/pandora_agent.spec: Added the
pandora_exec script to the installation.
* unix/pandora_agent_daemon: Added support for running the agent as
an unprivileged user.
* unix/pandora_agent: Added timeout support for module_exec modules.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2915 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-18 12:36:19 +00:00
jsatoh
943f14a2a3
2010-06-14 Junichi Satoh <junichi@rworks.jp>
...
* unix/pandora_agent_installer: Set execute bit to startup script
for FreeBSD.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2904 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-14 02:38:10 +00:00
ramonn
b49fc5aa9b
2010-06-09 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Improved OS version detection. Disabled error output
for plugins.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2898 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-09 12:24:15 +00:00
mdtrooper
65ad7ae396
2010-06-09 Miguel de Dios <miguel.dedios@artica.es>
...
* unix/DEBIAN/make_deb_package.sh: added the code to include the man pages
into DEB package.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2897 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-09 12:15:48 +00:00
ramonn
dc2c677a97
2010-06-09 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent.spec: Create the man dir.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2894 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-09 11:44:10 +00:00
ramonn
bd003cbd67
2010-06-09 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent_installer, pandora_agent.spec: Copy the man pages.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2892 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-09 11:29:23 +00:00
ramonn
e2d06f237a
2010-06-09 Ramon Novoa <rnovoa@artica.es>
...
* unix/man, unix/man/man1,
unix/man/man1/pandora_agent.1.gz,
unix/man/man1/tentacle_client.1.gz: Added to repository.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2890 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-09 11:03:00 +00:00
ramonn
8f2259ea41
2010-06-08 Ramon Novoa <rnovoa@artica.es>
...
* unix/DEBIAN/control, unix/DEBIAN/make_deb_package.sh,
unix/pandora_agent.spec, unix/pandora_agent,
win32/installer/pandora.mpi, win32/pandora.cc: Updated version
strings.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2880 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-08 17:06:14 +00:00
ramonn
0157a4caab
2010-06-08 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Removed the need for indexes in the abstraction layer.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2877 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-08 16:52:51 +00:00
ramonn
8c73d8143a
2010-06-07 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent: Added build information to the agent version.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2869 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-07 14:16:41 +00:00
jsatoh
13eb80112a
2010-06-07 Junichi Satoh <junichi@rworks.jp>
...
* unix/pandora_agent_installer: Added support for FreeBSD.
* unix/FreeBSD/pandora_agent: Added startup script for FreeBSD.
* unix/FreeBSD/pandora_agent.conf: Added configuration file for FreeBSD.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2863 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-07 01:36:45 +00:00
ramonn
39b6e59497
2010-06-04 Ramon Novoa <rnovoa@artica.es>
...
* pandora_agent.spec: Fixed. Upgrading an RPM broke the installation.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2858 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-04 09:43:01 +00:00
mdtrooper
b51be37c15
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
...
* unix/DEBIAN/prerm: disabled the erase conf file and plugin dir.
* unix/DEBIAN/conffiles: added plugin directory.
* unix/DEBIAN/make_deb_package.sh: cleaned source code, and now make the
plugin empty dir for package builder.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2830 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2010-06-01 13:11:02 +00:00