Search found 4 matches

by alexmartin
Tue Oct 30, 2018 8:22 am
Forum: Open Source Nagios Projects
Topic: ndomod.o file not found
Replies: 7
Views: 2273

Re: ndomod.o file not found

Hi after some day, following your instruction, i was successful to install nagios and ndoutils from source.
Now it work fine and pull the data in mysql DB
Probably the packages in Freebsd is not well configured
Thanks
Best regards.
Alex
by alexmartin
Tue Oct 23, 2018 2:52 am
Forum: Open Source Nagios Projects
Topic: ndomod.o file not found
Replies: 7
Views: 2273

Re: ndomod.o file not found

The version is ndoutils-2.1.3 and i have installed by ports collection command. in /usr/ports/net-mgmt/ndoutils/make install without problem I have modified the directory where ndo2db write pid,log and debug files; in origin was /var/run now is /var/run/ndo2db so i can use nagios as user to run proc...
by alexmartin
Mon Oct 22, 2018 3:18 am
Forum: Open Source Nagios Projects
Topic: ndomod.o file not found
Replies: 7
Views: 2273

Re: ndomod.o file not found

Ok i have uploaded the nagios.cfg file Before i installed the old version 3.5, now i'm using the same cfg file. this is the exit of file command root@margherasv1:/usr/local/etc/nagios # file /usr/local/bin/ndomod.o /usr/local/bin/ndomod.o: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBS...
by alexmartin
Thu Oct 18, 2018 6:07 am
Forum: Open Source Nagios Projects
Topic: ndomod.o file not found
Replies: 7
Views: 2273

ndomod.o file not found

Hi i'm trying to install ndoutils with ndo2db on a Freebsd host. the nagios.cfg files have this option temp_path=/tmp event_broker_options=-1 broker_module=/usr/local/bin/ndomod.o config_file=/usr/local/etc/nagios/ndomod.cfg debug_level=-1 debug_verbosity=2 if a list the file i see root@margherasv1:...