Search found 8 matches

by dappa_don
Mon Sep 17, 2018 7:25 am
Forum: Open Source Nagios Projects
Topic: Error: Could not expand members specified in servicegroup
Replies: 3
Views: 2190

Re: Error: Could not expand members specified in servicegrou

thanks Scott, that has certainly done the trick.
by dappa_don
Thu Sep 13, 2018 7:02 am
Forum: Open Source Nagios Projects
Topic: Error: Could not expand members specified in servicegroup
Replies: 3
Views: 2190

Error: Could not expand members specified in servicegroup

Hello All, i'm having issues adding a servicegroup to nagios core 4.4.2, can someone please point me in the right direction as to why this is no longer working in 4.4.2? define servicegroup { servicegroup_name switches alias switches members server1, server2, server3, server4, server5 } define servi...
by dappa_don
Fri Jun 02, 2017 10:44 am
Forum: Open Source Nagios Projects
Topic: Can't locate Net/SNMP.pm
Replies: 5
Views: 16472

Re: Can't locate Net/SNMP.pm

excellent.... thanks that did the trick.
by dappa_don
Fri Jun 02, 2017 10:34 am
Forum: Open Source Nagios Projects
Topic: Can't locate Net/SNMP.pm
Replies: 5
Views: 16472

Re: Can't locate Net/SNMP.pm

[nagios@nagios ~]$ /usr/local/nagios/libexec/check_disk_snmp.pl -H 192.168.x.x -s xxxxxx -d /vol -w 90 -c 95 Can't locate Net/SNMP.pm in @INC (@INC contains: /usr/local/nagios/libexec /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/p...
by dappa_don
Fri Jun 02, 2017 10:24 am
Forum: Open Source Nagios Projects
Topic: Error: Could not find any hostgroup matching windows-servers
Replies: 6
Views: 4892

Re: Error: Could not find any hostgroup matching windows-ser

you have not added a hostgroup matching whatever is on that line:

Could not find any hostgroup matching 'windows-servers' (config file '/usr/local/nagios/etc/objects/neu/windows.cfg', starting on line 24)

cretae a hostgroup with the same name.
by dappa_don
Fri Jun 02, 2017 10:22 am
Forum: Open Source Nagios Projects
Topic: Windows missing disk
Replies: 12
Views: 6382

Re: Windows missing disk

i se this client installed on windoze machines, i think use the check_nt in nagios and works perfectly

https://www.nsclient.org/download/
by dappa_don
Fri Jun 02, 2017 10:20 am
Forum: Open Source Nagios Projects
Topic: Can't locate Net/SNMP.pm
Replies: 5
Views: 16472

Can't locate Net/SNMP.pm

does anyone have any ideas why this is not working, i have tried multiple config on the command def and check command. (No output on stdout) stderr: Can't locate Net/SNMP.pm in @INC (@INC contains: /usr/local/nagios/libexec /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /...
by dappa_don
Tue May 30, 2017 10:42 am
Forum: Open Source Nagios Projects
Topic: Re: Error: Service check command
Replies: 2
Views: 1395

Re: Error: Service check command

of course youre right. here is what i did define command{ command_name check_url_status command_line $USER1$/check_url_status.pl $ARG1$ } define service{ use websites host_name xxxxx service_description website servicegroups websites check_command check_url_status! -U http://xxxx.com } this resolved...