Commit Graph

7 Commits

Author SHA1 Message Date
Ramon Novoa 6f375f497f Force omnishell_client to use JSON::PP.
The binary compiled with PAR::Packer for Pandora FMS doesn't work well
with JSON:XS, probably because JSON::Backend::XS is defined in the __DATA__
section of JSON.pm and that doesn't work well with PAR::Filter. If this
becomes a bottleneck, a workaround would be possible (e.g., redefining
JSON::Backend::XS in omnishell_client.pl).
2023-06-02 16:51:53 +02:00
Ramon Novoa 165dea9fe7 Merge remote-tracking branch 'origin/master' into master-alt 2021-09-15 17:21:33 +02:00
fbsanchez 389a74a823 Update rc code after execute omnishell_client - windows only 2021-06-07 10:58:05 +02:00
Ramon Novoa 8edaad4e5a Push /usr/lib/perl5 to the back of the module search path.
When /usr/lib/perl5 is added to the front of the module search path it
takes precedence over libraries distributed with binary versions of
Pandora FMS. This can be fixed by pushing it to the back instead.
2021-04-15 17:56:02 +02:00
fbsanchez da0c8355c9 RC1 Omnishell for windows 2020-10-02 13:21:08 +02:00
fbsanchez 0bc2b9ddec RC1 omnishell_caller 2020-10-01 20:07:07 +02:00
fbsanchez 8d5e3adf6a WIP Omnishell common libraries 2020-09-30 13:09:48 +02:00