hope you understand what I mean
Search found 23 matches
- Tue Jun 21, 2016 4:31 am
- Forum: Open Source Nagios Projects
- Topic: Nagios monitoring
- Replies: 3
- Views: 1111
Re: Nagios monitoring
It's agentsless, we only use SNMP and the nagios server is only used inside this remote network. But now we want to have the output off all warnings, critical e.g. like Nagstatmon. without opening communication in the remote network only out.
hope you understand what I mean
hope you understand what I mean
- Mon Jun 20, 2016 7:12 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios monitoring
- Replies: 3
- Views: 1111
Nagios monitoring
Hi,
I am looking for a solution for monitoring a devices in a restricted network, and the only traffic allowed should be the monitoring out traffic from nagios.
which port should I look for from the nagios server? any other ideas?
I am looking for a solution for monitoring a devices in a restricted network, and the only traffic allowed should be the monitoring out traffic from nagios.
which port should I look for from the nagios server? any other ideas?
- Fri Jan 22, 2016 6:01 am
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
Re: NSclient password
[root@server plugins]# check_nt -H 192.168.1.1 -p 12489 -v USEDDISKSPACE -l c -s inputthewrongpassword NSClient - ERROR: Invalid password. [root@server plugins]# check_nt -H 192.168.1.1 -p 12489 -v USEDDISKSPACE -l c -s rightpassword c:\ - total: 930.90 Gb - used: 535.04 Gb (57%) - free 395.87 Gb (4...
- Thu Jan 21, 2016 1:46 pm
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
Re: NSclient password
yes, I restarted the nsclient service on the client also.
- Thu Jan 21, 2016 10:53 am
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
Re: NSclient password
is something else that I have to do on the server side than add the -s password in the command.cfg?
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s PASSWORD -v $ARG1$ $ARG2$
}
define command{
command_name check_nt
command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s PASSWORD -v $ARG1$ $ARG2$
}
- Thu Jan 21, 2016 10:48 am
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
Re: NSclient password
Running pre-flight check on configuration data... Checking services... Checked 887 services. Checking hosts... Checked 184 hosts. Checking host groups... Checked 13 host groups. Checking service groups... Checked 16 service groups. Checking contacts... Checked 8 contacts. Checking contact groups... ...
- Thu Jan 21, 2016 4:45 am
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
Re: NSclient password
I updated to the newest client, NSClient 4.4.15 --- # If you want to fill this file with all avalible options run the followding command: # nscp settings --generate --add-defaults --load-all # If you want to activate a module and bring in all its options use: # nscp settings --activate-module <MODUL...
- Wed Jan 20, 2016 10:48 am
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
Re: NSclient password
Hi, I set the password on the client, and even tried the wrong password. The client gets checked any way.
this seems to be a very basic stuff, but there are something missing.
this seems to be a very basic stuff, but there are something missing.
- Tue Jan 19, 2016 7:24 am
- Forum: Open Source Nagios Projects
- Topic: NSclient password
- Replies: 12
- Views: 7942
NSclient password
Hi, I'm using Nagios core 3.0 and am trying to set password auth on the server. I edited the command.cfg file and insert define command{ command_name check_nt command_line $USER1$/check_nt -H $HOSTADDRESS$ -p 12489 -s PASSWORD -v $ARG1$ $ARG2$ } checked the config and restarted the nagios service. t...
- Sun Nov 29, 2015 5:53 pm
- Forum: Open Source Nagios Projects
- Topic: Monitoring Centos 7
- Replies: 8
- Views: 5965
Re: Monitoring Centos 7
anyone?