guillaumechardin

Results 21 comments of guillaumechardin

I use the 1.9.35 package downloaded from nagvis website : http://nagvis.org/share/nagvis-1.9.35.tar.gz

> Guillaumechardin, Please could you tell me how you installed this version? I followed the available doc on nagvis website : http://docs.nagvis.org/1.9/en_US/index.html Installation/Upgrade >> manual upgrade > Could you explain...

I got an error : Can't locate network/stormshield/api/plugin.pm What is the lastest plugin version that is supporting stormshield API Or, where do i have to copy files from the above...

It seems to works : perl centreon_plugins.pl --plugin=network::stormshield::api::plugin --mode=interfaces --hostname=aa.bb.cc.dd --api-username=admin --api-password='mypass' --verbose --statefile-dir=/tmp --add-status --add-traffic --add-errors --port=37443 --insecure [.....truncated......] Interface 'Ethernet0' [out] status: plugged (enabled), traffic in: 5.00b/s (-),...

--filter-user-name and --filter-real-name options seems fail on data filtering : perl centreon_plugins.pl --plugin=network::stormshield::api::plugin --mode=interfaces --hostname=aa.bb.cc.dd --api-username=admin --api-password='mypass' --verbose --statefile-dir=/tmp --add-status --add-traffic --add-errors --port=37443 --insecure --filter-real-name="out2" ``` CRITICAL: Interface 'ipsec' [ipsec]...

Sorry, but I dont understand what you asked. Can you make your question more precise ?

Yeah it worked, but note that when using API, option --filter-user-name and --filter-real-name do not works (see : https://github.com/centreon/centreon-plugins/issues/3899#issuecomment-1337564628)

Let me know if you want to test HA and memory feature when ready. I have some devices available

Hello, maybe you are missing vc++ redist. install the lastest available https://aka.ms/vs/17/release/vc_redist.x64.exe you can confirm the issue by manually running converter : \libs\PotreeConverter2\potreeConverter.exe path_to_laz_file -o targetDestDir If vc++ is missing,...

For those facing this issue (ie in almalinux 9.2, my current distro), this is somewhat pkg-config related. Some heimdal files are wrongly placed. run first : pkg-config --list-all #heimdal-gssapi should...