NRDS client install
NRDS client install
NRDS Config Manager
I follow instructions to install the client:
cd /tmp
wget -O NRDSconf_acc.tar.gz "https://pol-sys-mgmt.esoc.esa.int/nrdp/ ... DSconf_acc"
gunzip -c NRDSconf_acc.tar.gz | tar xf -
cd clients
./installnrds HOSTNAME INTERVAL
BUT the .tar.gz is not a gz file . It is an ascii file containing
NO REQUEST HANDLER
# file NRDSconf_acc.tar.gz
NRDSconf_acc.tar.gz: ASCII text, with no line terminators
# cat NRDSconf_acc.tar.gz
NO REQUEST HANDLER
From the GUI (Download Client) same result.
Can you please advice?
I follow instructions to install the client:
cd /tmp
wget -O NRDSconf_acc.tar.gz "https://pol-sys-mgmt.esoc.esa.int/nrdp/ ... DSconf_acc"
gunzip -c NRDSconf_acc.tar.gz | tar xf -
cd clients
./installnrds HOSTNAME INTERVAL
BUT the .tar.gz is not a gz file . It is an ascii file containing
NO REQUEST HANDLER
# file NRDSconf_acc.tar.gz
NRDSconf_acc.tar.gz: ASCII text, with no line terminators
# cat NRDSconf_acc.tar.gz
NO REQUEST HANDLER
From the GUI (Download Client) same result.
Can you please advice?
Re: NRDS client install
Did you by chance re-install an old version of NRDP on the server? What is the Nagios XI version that you are currently using?
Run the following commands and show the output in code wraps:
Run the following commands and show the output in code wraps:
Code: Select all
tail -100 /var/log/httpd/error_log
grep product_version /usr/local/nrdp/server/config.inc.php
ll -d /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
ll /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
head -4 /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/CHANGELOG.txt
cat /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nrds_version.txt
cat /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nsis_version.txtBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: NRDS client install
version is Nagios XI 2014R2.6
Here output:
# grep product_version /usr/local/nrdp/server/config.inc.php
$cfg['product_version']='1.3.1';
# ll -d /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
drwxr-xr-x 3 nagios nagios 4096 Jul 21 17:08 /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
[root@pol-sys-mgmt clients]# ll /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
total 25688
-rwxr-xr-x 1 nagios nagios 147 Jul 21 16:06 CHANGELOG.txt
-rw------- 1 root root 0 Jul 21 17:08 installed.nrds
-rwxr-xr-x 1 nagios nagios 2249 Jul 21 17:05 install.sh
drwxrwxrwx 7 root root 4096 Apr 20 2013 nrds
-rwxr-xr-x 1 nagios nagios 20100742 Jul 21 16:36 nrds_0_1.tar
-rwxr-xr-x 1 nagios nagios 3635 Jul 21 16:06 nrdsconfigmanager.inc.php
-rwxr-xr-x 1 nagios nagios 40634 Jul 21 16:06 nrdsconfigmanager.php
-rwxr-xr-x 1 nagios nagios 16 Jul 21 16:06 nrds_version.txt
-rwxr-xr-x 1 nagios nagios 6121682 Jul 21 16:36 nsis_0_1.tar.gz
-rwxr-xr-x 1 nagios nagios 16 Jul 21 16:06 nsis_version.txt
-rwxr-xr-x 1 nagios nagios 542 Jul 21 16:06 sanity.sh
# head -4 /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/CHANGELOG.txt
02/24/2012
==============
-Fixed directory permission for plugins directory -SW
# cat /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nrds_version.txt
nrds_0_1.tar.gz
# cat /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nsis_version.txt
nsis_0_1.tar.gz
I noticed this error on the httpd_log:
[error] [client 10.35.129.100] PHP Notice: Undefined index: HOSTNAME in /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nrdsconfigmanager.php on line 606, referer: https://pol-sys-mgmt.esoc.esa.int/nagio ... anager.php
see screenshot of the configuration
Here output:
# grep product_version /usr/local/nrdp/server/config.inc.php
$cfg['product_version']='1.3.1';
# ll -d /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
drwxr-xr-x 3 nagios nagios 4096 Jul 21 17:08 /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
[root@pol-sys-mgmt clients]# ll /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
total 25688
-rwxr-xr-x 1 nagios nagios 147 Jul 21 16:06 CHANGELOG.txt
-rw------- 1 root root 0 Jul 21 17:08 installed.nrds
-rwxr-xr-x 1 nagios nagios 2249 Jul 21 17:05 install.sh
drwxrwxrwx 7 root root 4096 Apr 20 2013 nrds
-rwxr-xr-x 1 nagios nagios 20100742 Jul 21 16:36 nrds_0_1.tar
-rwxr-xr-x 1 nagios nagios 3635 Jul 21 16:06 nrdsconfigmanager.inc.php
-rwxr-xr-x 1 nagios nagios 40634 Jul 21 16:06 nrdsconfigmanager.php
-rwxr-xr-x 1 nagios nagios 16 Jul 21 16:06 nrds_version.txt
-rwxr-xr-x 1 nagios nagios 6121682 Jul 21 16:36 nsis_0_1.tar.gz
-rwxr-xr-x 1 nagios nagios 16 Jul 21 16:06 nsis_version.txt
-rwxr-xr-x 1 nagios nagios 542 Jul 21 16:06 sanity.sh
# head -4 /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/CHANGELOG.txt
02/24/2012
==============
-Fixed directory permission for plugins directory -SW
# cat /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nrds_version.txt
nrds_0_1.tar.gz
# cat /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nsis_version.txt
nsis_0_1.tar.gz
I noticed this error on the httpd_log:
[error] [client 10.35.129.100] PHP Notice: Undefined index: HOSTNAME in /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/nrdsconfigmanager.php on line 606, referer: https://pol-sys-mgmt.esoc.esa.int/nagio ... anager.php
see screenshot of the configuration
You do not have the required permissions to view the files attached to this post.
Re: NRDS client install
So far, we haven't been able to recreate the issue in house. We will have to do some more digging into this. Meanwhile, can you successfully submit a command and/or check data from the NRDP server?
Go to:
enter your token, click "Submit Check Data", and show us a screenshot of the page.
Run the following commands, and show the output:
Do you see a newer version of "NRDS Config Manager" available for download in the GUI?
Admin->Manage Components->Check for Updates
Zip up the entire "/usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/" directory, and upload the zip file on the forum.
Go to:
Code: Select all
https://pol-sys-mgmt.esoc.esa.int/nrdpRun the following commands, and show the output:
Code: Select all
ip addr
cat /etc/*release
cat /etc/hostsAdmin->Manage Components->Check for Updates
Zip up the entire "/usr/local/nagiosxi/html/includes/components/nrdsconfigmanager/" directory, and upload the zip file on the forum.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NRDS client install
Code: Select all
# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:50:56:01:24:91 brd ff:ff:ff:ff:ff:ff
inet 172.18.242.100/24 brd 172.18.242.255 scope global eth0
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:50:56:01:24:92 brd ff:ff:ff:ff:ff:ff
inet 172.18.241.110/24 brd 172.18.241.255 scope global eth1
You have new mail in /var/spool/mail/root
# cat /etc/*release
Red Hat Enterprise Linux Server release 6.8 (Santiago)
Red Hat Enterprise Linux Server release 6.8 (Santiago)
# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
172.18.242.100 pol-sys-mgmt.esoc.esa.int pol-sys-mgmt
Code: Select all
./CHANGELOG.txt
./installed.nrds
./install.sh
./nrds/
./nrds/configs/
./nrds/configs/linuxservergroup.cfg.SAMPLE
./nrds/clients/
./nrds/clients/send_nrdp.sh
./nrds/clients/installnrds
./nrds/clients/init.sh
./nrds/clients/1-usersgroups
./nrds/clients/nrds/
./nrds/clients/nrds/nrds.cfg
./nrds/clients/nrds/nrds_updater.pl
./nrds/clients/nrds/nrds.pl
./nrds/clients/nrds/nrds_common.pl
./nrds/clients/send_nrdp.py
./nrds/clients/send_nrdp.php
./nrds/TODO.txt
./nrds/CHANGES.TXT
./nrds/win_clients/
./nrds/win_clients/nrds_win_taylor.py
./nrds/win_clients/tmp/
./nrds/win_clients/build_files/
./nrds/win_clients/build_files/field.ini
./nrds/win_clients/build_files/NRDS_Win_64.exe
./nrds/win_clients/build_files/NRDS_Win_32.exe
./nrds/win_clients/build_files/NRDS_Win_64.nsi
./nrds/win_clients/build_files/nagios.bmp
./nrds/win_clients/build_files/NRDS_Win_32.nsi
./nrds/win_clients/build_files/NagiosSoftwareLicense.txt
./nrds/win_clients/NRDS_win_source/
./nrds/win_clients/NRDS_win_source/logs/
./nrds/win_clients/NRDS_win_source/logs/NRDS_Debug.log
./nrds/win_clients/NRDS_win_source/docs/
./nrds/win_clients/NRDS_win_source/docs/ReadMe.txt
./nrds/win_clients/NRDS_win_source/docs/NagiosSoftwareLicense1.3.txt
./nrds/win_clients/NRDS_win_source/install/
./nrds/win_clients/NRDS_win_source/install/NRDS_Win_Schedule.vbs
./nrds/win_clients/NRDS_win_source/install/NRDS_Win_Remove.bat
./nrds/win_clients/NRDS_win_source/install/NRDS_Win_Schedule08.vbs
./nrds/win_clients/NRDS_win_source/install/NRDS_Win.xml
./nrds/win_clients/NRDS_win_source/NRDS_Win.vbs
./nrds/win_clients/NRDS_win_source/Config.ini
./nrds/win_clients/NRDS_win_source/plugins/
./nrds/installnrdsserver
./nrds/LICENSE.TXT
./nrds/server/
./nrds/server/plugins/
./nrds/server/plugins/nrdsconfigupdate/
./nrds/server/plugins/nrdsconfigupdate/nrdsconfigupdate.inc.php
./nrds/plugins/
./nrds/plugins/Darwin/
./nrds/plugins/Darwin/check_osx_disk.sh
./nrds/plugins/Darwin/check_osx_load.sh
./nrds/plugins/Darwin/i386/
./nrds/plugins/Darwin/i386/check_ping
./nrds/plugins/Darwin/i386/check_nagios
./nrds/plugins/Darwin/i386/check_ntp_time
./nrds/plugins/Darwin/i386/check_jabber
./nrds/plugins/Darwin/i386/check_http
./nrds/plugins/Darwin/i386/check_smtp
./nrds/plugins/Darwin/i386/check_users
./nrds/plugins/Darwin/i386/check_nt
./nrds/plugins/Darwin/i386/check_ups
./nrds/plugins/Darwin/i386/check_snmp
./nrds/plugins/Darwin/i386/check_ldap
./nrds/plugins/Darwin/i386/check_imap
./nrds/plugins/Darwin/i386/check_ssmtp
./nrds/plugins/Darwin/i386/check_nwstat
./nrds/plugins/Darwin/i386/check_ssh
./nrds/plugins/Darwin/i386/check_dns
./nrds/plugins/Darwin/i386/check_dummy
./nrds/plugins/Darwin/i386/check_overcr
./nrds/plugins/Darwin/i386/check_hpjd
./nrds/plugins/Darwin/i386/check_ntp
./nrds/plugins/Darwin/i386/negate
./nrds/plugins/Darwin/i386/check_nntps
./nrds/plugins/Darwin/i386/check_clamd
./nrds/plugins/Darwin/i386/check_procs
./nrds/plugins/Darwin/i386/check_ftp
./nrds/plugins/Darwin/i386/check_pop
./nrds/plugins/Darwin/i386/check_mrtgtraf
./nrds/plugins/Darwin/i386/check_load
./nrds/plugins/Darwin/i386/check_by_ssh
./nrds/plugins/Darwin/i386/check_disk
./nrds/plugins/Darwin/i386/check_tcp
./nrds/plugins/Darwin/i386/check_real
./nrds/plugins/Darwin/i386/check_cluster
./nrds/plugins/Darwin/i386/check_dig
./nrds/plugins/Darwin/i386/check_simap
./nrds/plugins/Darwin/i386/check_spop
./nrds/plugins/Darwin/i386/check_time
./nrds/plugins/Darwin/i386/check_nntp
./nrds/plugins/Darwin/i386/check_mrtg
./nrds/plugins/Darwin/i386/urlize
./nrds/plugins/Darwin/i386/check_udp
./nrds/plugins/Darwin/i386/check_apt
./nrds/plugins/Darwin/i386/check_ntp_peer
./nrds/plugins/Darwin/check_osx_mem.sh
./nrds/plugins/Darwin/check_osx_ps.sh
./nrds/plugins/Darwin/check_osx_users.sh
./nrds/plugins/Darwin/x86_64/
./nrds/plugins/Generic/
./nrds/plugins/Generic/check_snmp_process.pl
./nrds/plugins/Generic/check_rrdtraf
./nrds/plugins/Generic/check_postgres.pl
./nrds/plugins/Generic/check_rrdtraf.php
./nrds/plugins/Generic/check_snmp_css.pl
./nrds/plugins/Generic/check_snmp_int.pl
./nrds/plugins/Generic/check_snmp_vrrp.pl
./nrds/plugins/Generic/check_snmp_env.pl
./nrds/plugins/Generic/check_flexlm
./nrds/plugins/Generic/check_snmp_linkproof_nhr.pl
./nrds/plugins/Generic/check_snmp_mem.pl
./nrds/plugins/Generic/check_ircd
./nrds/plugins/Generic/check_log
./nrds/plugins/Generic/check_file_age
./nrds/plugins/Generic/check_snmp_win.pl
./nrds/plugins/Generic/check_snmp_load.pl
./nrds/plugins/Generic/i386/
./nrds/plugins/Generic/check_snmp_storage.pl
./nrds/plugins/Generic/check_sip
./nrds/plugins/Generic/check_mailq
./nrds/plugins/Generic/check_snmp_css_main.pl
./nrds/plugins/Generic/check_wave
./nrds/plugins/Generic/process_perfdata.pl
./nrds/plugins/Generic/check_asterisk.pl
./nrds/plugins/Generic/check_oracle
./nrds/plugins/Generic/check_mysql_health
./nrds/plugins/Generic/check_webinject.sh
./nrds/plugins/Generic/x86_64/
./nrds/plugins/Generic/check_pnp_rrds.pl
./nrds/plugins/Generic/check_disk_smb
./nrds/plugins/Generic/check_ifoperstatus
./nrds/plugins/Generic/check_sensors
./nrds/plugins/Generic/check_snmp_boostedge.pl
./nrds/plugins/Generic/check_snmp_cpfw.pl
./nrds/plugins/Generic/check_mssql
./nrds/plugins/Generic/utils.sh
./nrds/plugins/Generic/check_rpc
./nrds/plugins/Generic/check_ifstatus
./nrds/plugins/Generic/utils.pm
./nrds/plugins/Generic/check_email_loop.pl
./nrds/plugins/Generic/check_snmp_nsbox.pl
./nrds/plugins/Generic/check_breeze
./nrds/plugins/AIX/
./nrds/plugins/AIX/check_open_files.pl
./nrds/plugins/AIX/check_asterisk_sip_peers.sh
./nrds/plugins/AIX/check_init_service
./nrds/plugins/AIX/check_flexlm
./nrds/plugins/AIX/powerpc/
./nrds/plugins/AIX/powerpc/check_ping
./nrds/plugins/AIX/powerpc/check_nagios
./nrds/plugins/AIX/powerpc/check_ntp_time
./nrds/plugins/AIX/powerpc/check_jabber
./nrds/plugins/AIX/powerpc/check_swap
./nrds/plugins/AIX/powerpc/check_http
./nrds/plugins/AIX/powerpc/check_smtp
./nrds/plugins/AIX/powerpc/check_users
./nrds/plugins/AIX/powerpc/root/
./nrds/plugins/AIX/powerpc/root/check_dhcp
./nrds/plugins/AIX/powerpc/root/check_icmp
./nrds/plugins/AIX/powerpc/check_nt
./nrds/plugins/AIX/powerpc/check_ups
./nrds/plugins/AIX/powerpc/check_snmp
./nrds/plugins/AIX/powerpc/check_ldap
./nrds/plugins/AIX/powerpc/check_imap
./nrds/plugins/AIX/powerpc/check_fping
./nrds/plugins/AIX/powerpc/check_ssmtp
./nrds/plugins/AIX/powerpc/check_nwstat
./nrds/plugins/AIX/powerpc/check_ssh
./nrds/plugins/AIX/powerpc/check_dns
./nrds/plugins/AIX/powerpc/check_dummy
./nrds/plugins/AIX/powerpc/check_overcr
./nrds/plugins/AIX/powerpc/check_hpjd
./nrds/plugins/AIX/powerpc/check_ntp
./nrds/plugins/AIX/powerpc/negate
./nrds/plugins/AIX/powerpc/check_nntps
./nrds/plugins/AIX/powerpc/check_clamd
./nrds/plugins/AIX/powerpc/check_procs
./nrds/plugins/AIX/powerpc/check_ftp
./nrds/plugins/AIX/powerpc/check_pop
./nrds/plugins/AIX/powerpc/check_mrtgtraf
./nrds/plugins/AIX/powerpc/check_load
./nrds/plugins/AIX/powerpc/check_by_ssh
./nrds/plugins/AIX/powerpc/check_disk
./nrds/plugins/AIX/powerpc/check_tcp
./nrds/plugins/AIX/powerpc/check_real
./nrds/plugins/AIX/powerpc/check_cluster
./nrds/plugins/AIX/powerpc/check_dig
./nrds/plugins/AIX/powerpc/check_simap
./nrds/plugins/AIX/powerpc/check_spop
./nrds/plugins/AIX/powerpc/check_time
./nrds/plugins/AIX/powerpc/check_nntp
./nrds/plugins/AIX/powerpc/check_mrtg
./nrds/plugins/AIX/powerpc/urlize
./nrds/plugins/AIX/powerpc/check_udp
./nrds/plugins/AIX/powerpc/check_apt
./nrds/plugins/AIX/powerpc/check_ntp_peer
./nrds/plugins/AIX/check_ircd
./nrds/plugins/AIX/check_log
./nrds/plugins/AIX/check_file_age
./nrds/plugins/AIX/check_netstat.pl
./nrds/plugins/AIX/check_sip
./nrds/plugins/AIX/check_swap.pl
./nrds/plugins/AIX/check_mailq
./nrds/plugins/AIX/check_wave
./nrds/plugins/AIX/check_asterisk.pl
./nrds/plugins/AIX/check_oracle
./nrds/plugins/AIX/check_disk_smb
./nrds/plugins/AIX/check_ifoperstatus
./nrds/plugins/AIX/check_sensors
./nrds/plugins/AIX/check_cpu_stats.sh
./nrds/plugins/AIX/check_rpc
./nrds/plugins/AIX/check_ifstatus
./nrds/plugins/AIX/utils.pm
./nrds/plugins/AIX/count_open_files
./nrds/plugins/AIX/check_breeze
./nrds/plugins/Linux/
./nrds/plugins/Linux/i386/
./nrds/plugins/Linux/i386/check_ping
./nrds/plugins/Linux/i386/check_pgsql
./nrds/plugins/Linux/i386/send_nsca
./nrds/plugins/Linux/i386/check_nagios
./nrds/plugins/Linux/i386/check_ntp_time
./nrds/plugins/Linux/i386/check_swap
./nrds/plugins/Linux/i386/check_http
./nrds/plugins/Linux/i386/check_smtp
./nrds/plugins/Linux/i386/check_ide_smart
./nrds/plugins/Linux/i386/check_nrpe
./nrds/plugins/Linux/i386/check_users
./nrds/plugins/Linux/i386/check_nt
./nrds/plugins/Linux/i386/check_ups
./nrds/plugins/Linux/i386/check_snmp
./nrds/plugins/Linux/i386/check_ldap
./nrds/plugins/Linux/i386/check_fping
./nrds/plugins/Linux/i386/check_mysql_query
./nrds/plugins/Linux/i386/check_nwstat
./nrds/plugins/Linux/i386/check_ssh
./nrds/plugins/Linux/i386/check_dns
./nrds/plugins/Linux/i386/check_dummy
./nrds/plugins/Linux/i386/check_overcr
./nrds/plugins/Linux/i386/check_hpjd
./nrds/plugins/Linux/i386/check_ntp
./nrds/plugins/Linux/i386/negate
./nrds/plugins/Linux/i386/check_mysql
./nrds/plugins/Linux/i386/check_procs
./nrds/plugins/Linux/i386/check_mrtgtraf
./nrds/plugins/Linux/i386/check_load
./nrds/plugins/Linux/i386/check_disk
./nrds/plugins/Linux/i386/check_tcp
./nrds/plugins/Linux/i386/check_real
./nrds/plugins/Linux/i386/check_cluster
./nrds/plugins/Linux/i386/check_dhcp
./nrds/plugins/Linux/i386/check_dig
./nrds/plugins/Linux/i386/check_time
./nrds/plugins/Linux/i386/check_mrtg
./nrds/plugins/Linux/i386/urlize
./nrds/plugins/Linux/i386/check_apt
./nrds/plugins/Linux/i386/check_icmp
./nrds/plugins/Linux/i386/check_ntp_peer
./nrds/plugins/Linux/x86_64/
./nrds/plugins/Linux/x86_64/check_ping
./nrds/plugins/Linux/x86_64/check_pgsql
./nrds/plugins/Linux/x86_64/check_nagios
./nrds/plugins/Linux/x86_64/check_ntp_time
./nrds/plugins/Linux/x86_64/check_swap
./nrds/plugins/Linux/x86_64/check_http
./nrds/plugins/Linux/x86_64/check_smtp
./nrds/plugins/Linux/x86_64/check_ide_smart
./nrds/plugins/Linux/x86_64/check_nrpe
./nrds/plugins/Linux/x86_64/check_users
./nrds/plugins/Linux/x86_64/check_nt
./nrds/plugins/Linux/x86_64/check_ups
./nrds/plugins/Linux/x86_64/check_snmp
./nrds/plugins/Linux/x86_64/check_ldap
./nrds/plugins/Linux/x86_64/check_fping
./nrds/plugins/Linux/x86_64/check_mysql_query
./nrds/plugins/Linux/x86_64/check_nwstat
./nrds/plugins/Linux/x86_64/check_ssh
./nrds/plugins/Linux/x86_64/check_dns
./nrds/plugins/Linux/x86_64/check_dummy
./nrds/plugins/Linux/x86_64/check_overcr
./nrds/plugins/Linux/x86_64/check_hpjd
./nrds/plugins/Linux/x86_64/check_ntp
./nrds/plugins/Linux/x86_64/negate
./nrds/plugins/Linux/x86_64/check_mysql
./nrds/plugins/Linux/x86_64/check_procs
./nrds/plugins/Linux/x86_64/check_mrtgtraf
./nrds/plugins/Linux/x86_64/check_load
./nrds/plugins/Linux/x86_64/check_disk
./nrds/plugins/Linux/x86_64/check_tcp
./nrds/plugins/Linux/x86_64/check_real
./nrds/plugins/Linux/x86_64/check_cluster
./nrds/plugins/Linux/x86_64/check_dhcp
./nrds/plugins/Linux/x86_64/check_dig
./nrds/plugins/Linux/x86_64/check_time
./nrds/plugins/Linux/x86_64/check_mrtg
./nrds/plugins/Linux/x86_64/urlize
./nrds/plugins/Linux/x86_64/check_apt
./nrds/plugins/Linux/x86_64/check_icmp
./nrds/plugins/Linux/x86_64/check_ntp_peer
./nrds/plugins/SunOS/
./nrds/plugins/SunOS/check_open_files.pl
./nrds/plugins/SunOS/check_asterisk_sip_peers.sh
./nrds/plugins/SunOS/custom_check_procs
./nrds/plugins/SunOS/check_init_service
./nrds/plugins/SunOS/check_flexlm
./nrds/plugins/SunOS/check_ircd
./nrds/plugins/SunOS/check_log
./nrds/plugins/SunOS/check_file_age
./nrds/plugins/SunOS/i386/
./nrds/plugins/SunOS/i386/check_ping
./nrds/plugins/SunOS/i386/check_pgsql
./nrds/plugins/SunOS/i386/check_nagios
./nrds/plugins/SunOS/i386/check_ntp_time
./nrds/plugins/SunOS/i386/check_jabber
./nrds/plugins/SunOS/i386/check_http
./nrds/plugins/SunOS/i386/check_smtp
./nrds/plugins/SunOS/i386/check_users
./nrds/plugins/SunOS/i386/root/
./nrds/plugins/SunOS/i386/root/pst3
./nrds/plugins/SunOS/i386/root/check_dhcp
./nrds/plugins/SunOS/i386/root/check_icmp
./nrds/plugins/SunOS/i386/check_nt
./nrds/plugins/SunOS/i386/check_ups
./nrds/plugins/SunOS/i386/check_snmp
./nrds/plugins/SunOS/i386/check_imap
./nrds/plugins/SunOS/i386/check_ssmtp
./nrds/plugins/SunOS/i386/check_mysql_query
./nrds/plugins/SunOS/i386/check_nwstat
./nrds/plugins/SunOS/i386/check_ssh
./nrds/plugins/SunOS/i386/check_dns
./nrds/plugins/SunOS/i386/check_dummy
./nrds/plugins/SunOS/i386/check_overcr
./nrds/plugins/SunOS/i386/check_hpjd
./nrds/plugins/SunOS/i386/check_ntp
./nrds/plugins/SunOS/i386/negate
./nrds/plugins/SunOS/i386/check_nntps
./nrds/plugins/SunOS/i386/check_clamd
./nrds/plugins/SunOS/i386/check_mysql
./nrds/plugins/SunOS/i386/check_procs
./nrds/plugins/SunOS/i386/check_ftp
./nrds/plugins/SunOS/i386/check_pop
./nrds/plugins/SunOS/i386/check_mrtgtraf
./nrds/plugins/SunOS/i386/check_load
./nrds/plugins/SunOS/i386/check_by_ssh
./nrds/plugins/SunOS/i386/check_disk
./nrds/plugins/SunOS/i386/check_tcp
./nrds/plugins/SunOS/i386/check_real
./nrds/plugins/SunOS/i386/check_cluster
./nrds/plugins/SunOS/i386/check_dig
./nrds/plugins/SunOS/i386/check_simap
./nrds/plugins/SunOS/i386/check_spop
./nrds/plugins/SunOS/i386/check_time
./nrds/plugins/SunOS/i386/check_nntp
./nrds/plugins/SunOS/i386/check_mrtg
./nrds/plugins/SunOS/i386/urlize
./nrds/plugins/SunOS/i386/check_udp
./nrds/plugins/SunOS/i386/check_apt
./nrds/plugins/SunOS/i386/check_ntp_peer
./nrds/plugins/SunOS/check_netstat.pl
./nrds/plugins/SunOS/check_sip
./nrds/plugins/SunOS/check_swap.pl
./nrds/plugins/SunOS/check_mailq
./nrds/plugins/SunOS/check_wave
./nrds/plugins/SunOS/check_asterisk.pl
./nrds/plugins/SunOS/check_oracle
./nrds/plugins/SunOS/sparc/
./nrds/plugins/SunOS/sparc/check_ping
./nrds/plugins/SunOS/sparc/check_pgsql
./nrds/plugins/SunOS/sparc/check_nagios
./nrds/plugins/SunOS/sparc/check_ntp_time
./nrds/plugins/SunOS/sparc/check_jabber
./nrds/plugins/SunOS/sparc/check_http
./nrds/plugins/SunOS/sparc/check_smtp
./nrds/plugins/SunOS/sparc/check_users
./nrds/plugins/SunOS/sparc/root/
./nrds/plugins/SunOS/sparc/root/pst3
./nrds/plugins/SunOS/sparc/root/check_dhcp
./nrds/plugins/SunOS/sparc/root/check_icmp
./nrds/plugins/SunOS/sparc/check_nt
./nrds/plugins/SunOS/sparc/check_ups
./nrds/plugins/SunOS/sparc/check_snmp
./nrds/plugins/SunOS/sparc/check_imap
./nrds/plugins/SunOS/sparc/check_ssmtp
./nrds/plugins/SunOS/sparc/check_mysql_query
./nrds/plugins/SunOS/sparc/check_nwstat
./nrds/plugins/SunOS/sparc/check_ssh
./nrds/plugins/SunOS/sparc/check_dummy
./nrds/plugins/SunOS/sparc/check_overcr
./nrds/plugins/SunOS/sparc/check_hpjd
./nrds/plugins/SunOS/sparc/check_ntp
./nrds/plugins/SunOS/sparc/negate
./nrds/plugins/SunOS/sparc/check_nntps
./nrds/plugins/SunOS/sparc/check_clamd
./nrds/plugins/SunOS/sparc/check_mysql
./nrds/plugins/SunOS/sparc/check_procs
./nrds/plugins/SunOS/sparc/check_ftp
./nrds/plugins/SunOS/sparc/check_pop
./nrds/plugins/SunOS/sparc/check_mrtgtraf
./nrds/plugins/SunOS/sparc/check_load
./nrds/plugins/SunOS/sparc/check_by_ssh
./nrds/plugins/SunOS/sparc/check_disk
./nrds/plugins/SunOS/sparc/check_tcp
./nrds/plugins/SunOS/sparc/check_real
./nrds/plugins/SunOS/sparc/check_cluster
./nrds/plugins/SunOS/sparc/check_simap
./nrds/plugins/SunOS/sparc/check_spop
./nrds/plugins/SunOS/sparc/check_time
./nrds/plugins/SunOS/sparc/check_nntp
./nrds/plugins/SunOS/sparc/check_mrtg
./nrds/plugins/SunOS/sparc/urlize
./nrds/plugins/SunOS/sparc/check_udp
./nrds/plugins/SunOS/sparc/check_apt
./nrds/plugins/SunOS/sparc/check_ntp_peer
./nrds/plugins/SunOS/check_disk_smb
./nrds/plugins/SunOS/check_ifoperstatus
./nrds/plugins/SunOS/check_sensors
./nrds/plugins/SunOS/check_cpu_stats.sh
./nrds/plugins/SunOS/utils.sh
./nrds/plugins/SunOS/check_rpc
./nrds/plugins/SunOS/check_ifstatus
./nrds/plugins/SunOS/utils.pm
./nrds/plugins/SunOS/check_breeze
./nrds/plugins/SunOS/custom_check_mem
./nrds/plugins/Windows/
./nrds/plugins/Windows/eventlog_nrpe_nt.exe
./nrds/plugins/Windows/x86/
./nrds/plugins/Windows/x86/NRDS_Win_32.exe
./nrds/plugins/Windows/service_nrpe_nt.exe
./nrds/plugins/Windows/diskspace_nrpe_nt.exe
./nrds/plugins/Windows/check_pdm.exe
./nrds/plugins/Windows/check_winping.exe
./nrds/plugins/Windows/cpuload_nrpe_nt.exe
./nrds/plugins/Windows/memload_nrpe_nt.exe
./nrds/plugins/Windows/plugin_documents/
./nrds/plugins/Windows/plugin_documents/check_winping.html
./nrds/plugins/Windows/plugin_documents/nrpe_nt_howto.htm
./nrds/plugins/Windows/check_winprocess.exe
./nrds/plugins/Windows/AMD64/
./nrds/plugins/Windows/AMD64/NRDS_Win_64.exe
./nrds_0_1.tar
./nrdsconfigmanager.inc.php
./nrdsconfigmanager.php
./nrds_version.txt
./nsis_0_1.tar.gz
./nsis_version.txt
./sanity.sh
Last edited by mcapra on Fri Jul 29, 2016 9:16 am, edited 1 time in total.
Reason: please wrap long/technical outputs in [code] tags
Reason: please wrap long/technical outputs in [code] tags
Re: NRDS client install
I'm not sure what you shared with us in that doc, but it definitely was not what we requested. I've removed the file, please re-read @lmiltchev's post and send over what was requested.
Former Nagios employee
Re: NRDS client install
Also, were you trying to zip up a wrong directory? The zip file can'tt be so big... You shouldn't have so many files in this directory - this is what you showed us previously:
[root@pol-sys-mgmt clients]# ll /usr/local/nagiosxi/html/includes/components/nrdsconfigmanager
total 25688
-rwxr-xr-x 1 nagios nagios 147 Jul 21 16:06 CHANGELOG.txt
-rw------- 1 root root 0 Jul 21 17:08 installed.nrds
-rwxr-xr-x 1 nagios nagios 2249 Jul 21 17:05 install.sh
drwxrwxrwx 7 root root 4096 Apr 20 2013 nrds
-rwxr-xr-x 1 nagios nagios 20100742 Jul 21 16:36 nrds_0_1.tar
-rwxr-xr-x 1 nagios nagios 3635 Jul 21 16:06 nrdsconfigmanager.inc.php
-rwxr-xr-x 1 nagios nagios 40634 Jul 21 16:06 nrdsconfigmanager.php
-rwxr-xr-x 1 nagios nagios 16 Jul 21 16:06 nrds_version.txt
-rwxr-xr-x 1 nagios nagios 6121682 Jul 21 16:36 nsis_0_1.tar.gz
-rwxr-xr-x 1 nagios nagios 16 Jul 21 16:06 nsis_version.txt
-rwxr-xr-x 1 nagios nagios 542 Jul 21 16:06 sanity.sh
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NRDS client install
in the attachment there was a screenshot of the requested test ( https://pol-sys-mgmt.esoc.esa.int/nrdp with the token ) so I don't understand why it has been removed. Was it not shown properly?
I cannot see any updates
In the directory I also put the files:
-rwxr-xr-x 1 nagios nagios 20100742 Jul 21 16:36 nrds_0_1.tar
-rwxr-xr-x 1 nagios nagios 6121682 Jul 21 16:36 nsis_0_1.tar
so that is why it is big. I created now a new tar file
I cannot see any updates
In the directory I also put the files:
-rwxr-xr-x 1 nagios nagios 20100742 Jul 21 16:36 nrds_0_1.tar
-rwxr-xr-x 1 nagios nagios 6121682 Jul 21 16:36 nsis_0_1.tar
so that is why it is big. I created now a new tar file
You do not have the required permissions to view the files attached to this post.
Re: NRDS client install
Couple of things you can try.
Create a new token and see if that fixes it and or create a new config and see if that helps out.
There was a Bug fix in 2014R2.7 for the NRDP client. You should upgrade to the latest 2014 version.
https://assets.nagios.com/downloads/nag ... S-2014.TXT
Create a new token and see if that fixes it and or create a new config and see if that helps out.
There was a Bug fix in 2014R2.7 for the NRDP client. You should upgrade to the latest 2014 version.
https://assets.nagios.com/downloads/nag ... S-2014.TXT
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NRDS client install
same result. How can I create the zip file and just install the client manually?