Page 1 of 1
Report Scheduling
Posted: Thu Mar 10, 2016 1:50 am
by abodage
Hi Team,
I am using Nagios Xi 5.2.3. I am trying to schedule availability report, but I am unable to getting report even though I have Admin rights.
Please help.
Thanks,
Avinash
Re: Report Scheduling
Posted: Thu Mar 10, 2016 10:34 am
by lmiltchev
What are the error that you are getting? Can you show us screenshots? Can you view or send the report manually? Are you using a proxy or SSL?
Go to Admin->System Settings, and show us a screenshot of the page.
Run the following commands, and show the output in code wraps:
Code: Select all
crontab -u apache -l
cat /etc/hosts
ip addr | grep global | grep -m 1 'inet' | awk '/inet[^6]/{print substr($2,0)}' | sed 's|/.*||'
tail -50 /var/log/cron
tail -100 /var/log/httpd/error_log
Re: Report Scheduling
Posted: Thu Mar 10, 2016 10:52 am
by bwallace
Is your Nagios XI system configured to use Sendmail or SMTP?
Send a test email to see if the Nagios server can send email to an account by going to:
Configure->My Account Settings->Send Test Notifications.
Then, check to see if the test email arrives. If it doesn't arrive, the problem could be one of the following:
- Nagios server cannot send mail outside of your network (if you are using Sendmail)
- Also Nagios may not be able to relay mail through your company server (if you are using SMTP)
Outbound SMTP connections may be blocked by your border firewall. Lastly, unauthenticated SMTP relaying may be denied somewhere downstream - try switching email methods from Sendmail to SMTP in the admin section.
If using sendmail check the maillog under /var/log for errors. Feel free to post any screenshots of errors and lets us know if using sendmail or smtp, thanks.
Re: Report Scheduling
Posted: Fri Mar 11, 2016 4:08 am
by abodage
Hi Team,
I am receiving test email from Nagios (Configure->My Account Settings->Send Test Notifications). Still I am not getting report from Nagios.
I have attached the screenshot of test mail and scheduled report for your reference.
Scheduled_Report.PNG
Test_Mail.PNG
Thanks.
Re: Report Scheduling
Posted: Fri Mar 11, 2016 9:47 am
by lmiltchev
abodage, we can only help you if you answer our questions.
bwallace asked:
Is your Nagios XI system configured to use Sendmail or SMTP?
Go to Admin->Manage Emial Settings, and show us a screenshot of this page.
Note: I assume you are using sendmail as your "from" address is "root@something". It is possible that your emails are being blocked by your mail server. Do you see any bounced emails in the mail log?
lmiltchev asked:
Run the following commands, and show the output in code wraps:
Code: Select all
crontab -u apache -l
cat /etc/hosts
ip addr | grep global | grep -m 1 'inet' | awk '/inet[^6]/{print substr($2,0)}' | sed 's|/.*||'
tail -50 /var/log/cron
tail -100 /var/log/httpd/error_log
Re: Report Scheduling
Posted: Mon Mar 21, 2016 6:06 am
by abodage
Hi Team,
I am sharing screen shot of email setting in Nagios.
Sendmail.PNG
Also sharing results for Commands which are given by you.
Code: Select all
[root@XYZ ~]# crontab -u apache -l
#crontab for apache user
Code: Select all
[root@XYZ ~]# cat /etc/hosts
#### Centrally managed /etc/hosts file #####
## Managed from uusrcprhs00
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
10.10.83.97 XYZ.ABC.com XYZ.ABC.com
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.10.82.124 uusrccqda00 uusrccqda00.ABC.com
10.60.8.200 solrlb solrlb.ABC.com
10.60.7.54 ussgcqpaw00 ussgcqpaw00.ABC.com
10.60.8.54 ussgcqpaa00 ussgcqpaa00.ABC.com
10.60.7.50 ussgcqppw00 ussgcqppw00.ABC.com
10.60.7.51 ussgcqppw01 ussgcqppw01.ABC.com
10.60.7.52 ussgcqppw02 ussgcqppw02.ABC.com
10.60.7.53 ussgcqppw03 ussgcqppw03.ABC.com
10.60.8.50 ussgcqppa00 ussgcqppa00.ABC.com
10.60.8.51 ussgcqppa01 ussgcqppa01.ABC.com
10.60.8.52 ussgcqppa02 ussgcqppa02.ABC.com
10.60.8.53 ussgcqppa03 ussgcqppa03.ABC.com
10.10.82.199 dalcipa00.modern.local
Code: Select all
[root@XYZ ~]# ip addr | grep global | grep -m 1 'inet' | awk '/inet[^6]/{print substr($2,0)}' | sed 's|/.*||'
10.10.83.97
Code: Select all
[root@XYZ ~]# tail -50 /var/log/cron
Mar 21 04:36:01 XYZ CROND[3640]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Mar 21 04:36:01 XYZ CROND[3641]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Mar 21 04:36:01 XYZ CROND[3642]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5241]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5242]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5243]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5244]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5245]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5246]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5254]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Mar 21 04:37:01 XYZ CROND[5255]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7084]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7085]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7086]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7087]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7088]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7093]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7094]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Mar 21 04:38:01 XYZ CROND[7096]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Mar 21 04:39:01 XYZ CROND[8994]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Mar 21 04:39:01 XYZ CROND[8995]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Mar 21 04:39:01 XYZ CROND[8996]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Mar 21 04:39:01 XYZ CROND[8997]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Mar 21 04:39:01 XYZ CROND[8998]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Mar 21 04:39:01 XYZ CROND[8999]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Mar 21 04:39:01 XYZ CROND[9000]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Mar 21 04:39:01 XYZ CROND[9001]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Mar 21 04:39:54 XYZ crontab[10492]: (root) LIST (root)
Mar 21 04:40:01 XYZ CROND[10637]: (root) CMD (LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok)
Mar 21 04:40:01 XYZ CROND[10638]: (root) CMD (/usr/lib64/sa/sa1 1 1)
Mar 21 04:40:01 XYZ CROND[10642]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10643]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10644]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10645]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10646]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10652]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10653]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/dbmaint.php > /usr/local/nagiosxi/var/dbmaint.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10657]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10658]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/deadpool.php > /usr/local/nagiosxi/var/deadpool.log 2>&1)
Mar 21 04:40:01 XYZ CROND[10662]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Mar 21 04:40:07 XYZ crontab[10917]: (root) LIST (apache)
Mar 21 04:40:43 XYZ crontab[11895]: (root) LIST (apache)
Mar 21 04:41:01 XYZ CROND[12306]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/eventman.php > /usr/local/nagiosxi/var/eventman.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12307]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cmdsubsys.php > /usr/local/nagiosxi/var/cmdsubsys.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12308]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/nom.php > /usr/local/nagiosxi/var/nom.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12309]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/cleaner.php > /usr/local/nagiosxi/var/cleaner.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12310]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/feedproc.php > /usr/local/nagiosxi/var/feedproc.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12316]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/sysstat.php > /usr/local/nagiosxi/var/sysstat.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12317]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/perfdataproc.php > /usr/local/nagiosxi/var/perfdataproc.log 2>&1)
Mar 21 04:41:01 XYZ CROND[12318]: (nagios) CMD (/usr/bin/php -q /usr/local/nagiosxi/cron/reportengine.php > /usr/local/nagiosxi/var/reportengine.log 2>&1)
Code: Select all
[root@XYZ ~]# tail -100 /var/log/httpd/error_log
Did not find 'SnmpSecurityModel' in module #-1 (/usr/share/snmp/mibs/SNMP-TARGET-MIB.txt)
Did not find 'SnmpMessageProcessingModel' in module #-1 (/usr/share/snmp/mibs/SNMP-TARGET-MIB.txt)
Did not find 'SnmpSecurityLevel' in module #-1 (/usr/share/snmp/mibs/SNMP-TARGET-MIB.txt)
Did not find 'SnmpAdminString' in module #-1 (/usr/share/snmp/mibs/SNMP-TARGET-MIB.txt)
Did not find 'SnmpAdminString' in module #-1 (/usr/share/snmp/mibs/DISMAN-EVENT-MIB.txt)
Cannot find module (DISMAN-SCHEDULE-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 5 in /usr/share/snmp/mibs/UCD-DEMO-MIB.txt
Did not find 'ucdavis' in module #-1 (/usr/share/snmp/mibs/UCD-DEMO-MIB.txt)
Unlinked OID in UCD-DEMO-MIB: ucdDemoMIB ::= { ucdavis 14 }
Undefined identifier: ucdavis near line 7 of /usr/share/snmp/mibs/UCD-DEMO-MIB.txt
Cannot find module (NET-SNMP-AGENT-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (IPV6-MIB): At line 7 in /usr/share/snmp/mibs/IPV6-ICMP-MIB.txt
Did not find 'ipv6IfEntry' in module #-1 (/usr/share/snmp/mibs/IPV6-ICMP-MIB.txt)
Cannot find module (IPV6-UDP-MIB): At line 0 in (none)
Cannot find module (IP-FORWARD-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-PASS-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-AGENT-MIB): At line 8 in /usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt
Did not find 'nsExtensions' in module #-1 (/usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt)
Unlinked OID in NET-SNMP-EXTEND-MIB: nsExtendGroups ::= { nsExtensions 3 }
Undefined identifier: nsExtensions near line 36 of /usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt
Unlinked OID in NET-SNMP-EXTEND-MIB: nsExtendObjects ::= { nsExtensions 2 }
Undefined identifier: nsExtensions near line 35 of /usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt
Unlinked OID in NET-SNMP-EXTEND-MIB: netSnmpExtendMIB ::= { nsExtensions 1 }
Undefined identifier: nsExtensions near line 19 of /usr/share/snmp/mibs/NET-SNMP-EXTEND-MIB.txt
Cannot find module (UCD-SNMP-MIB): At line 11 in /usr/share/snmp/mibs/UCD-DLMOD-MIB.txt
Did not find 'ucdExperimental' in module #-1 (/usr/share/snmp/mibs/UCD-DLMOD-MIB.txt)
Unlinked OID in UCD-DLMOD-MIB: ucdDlmodMIB ::= { ucdExperimental 14 }
Undefined identifier: ucdExperimental near line 13 of /usr/share/snmp/mibs/UCD-DLMOD-MIB.txt
Cannot find module (SNMP-FRAMEWORK-MIB): At line 14 in /usr/share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt
Did not find 'SnmpAdminString' in module #-1 (/usr/share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt)
Cannot find module (NET-SNMP-VACM-MIB): At line 0 in (none)
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoPublic ::= { ucdDemoMIBObjects 1 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodTable ::= { ucdDlmodMIB 2 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodNextIndex ::= { ucdDlmodMIB 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutputGroup ::= { nsExtendGroups 2 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendConfigGroup ::= { nsExtendGroups 1 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOEntry ::= { diskIOTable 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendStatus ::= { nsExtendConfigEntry 21 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendStorage ::= { nsExtendConfigEntry 20 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendRunType ::= { nsExtendConfigEntry 7 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendExecType ::= { nsExtendConfigEntry 6 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendCacheTime ::= { nsExtendConfigEntry 5 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendInput ::= { nsExtendConfigEntry 4 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendArgs ::= { nsExtendConfigEntry 3 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendCommand ::= { nsExtendConfigEntry 2 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendToken ::= { nsExtendConfigEntry 1 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodEntry ::= { dlmodTable 1 }
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoMIBObjects ::= { ucdDemoMIB 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: netSnmpExtendMIB ::= { nsExtensions 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendObjects ::= { nsExtensions 2 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendGroups ::= { nsExtensions 3 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIONWrittenX ::= { diskIOEntry 13 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIONReadX ::= { diskIOEntry 12 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOLA15 ::= { diskIOEntry 11 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOLA5 ::= { diskIOEntry 10 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOLA1 ::= { diskIOEntry 9 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOWrites ::= { diskIOEntry 6 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOReads ::= { diskIOEntry 5 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIONWritten ::= { diskIOEntry 4 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIONRead ::= { diskIOEntry 3 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIODevice ::= { diskIOEntry 2 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOIndex ::= { diskIOEntry 1 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodStatus ::= { dlmodEntry 5 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodError ::= { dlmodEntry 4 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodPath ::= { dlmodEntry 3 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodName ::= { dlmodEntry 2 }
Cannot adopt OID in UCD-DLMOD-MIB: dlmodIndex ::= { dlmodEntry 1 }
Cannot adopt OID in UCD-DLMOD-MIB: ucdDlmodMIB ::= { ucdExperimental 14 }
Cannot adopt OID in UCD-DISKIO-MIB: ucdDiskIOMIB ::= { ucdExperimental 15 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput2Table ::= { nsExtendObjects 4 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput1Table ::= { nsExtendObjects 3 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendConfigTable ::= { nsExtendObjects 2 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendNumEntries ::= { nsExtendObjects 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput1Entry ::= { nsExtendOutput1Table 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput2Entry ::= { nsExtendOutput2Table 1 }
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoPassphrase ::= { ucdDemoPublic 4 }
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoUserList ::= { ucdDemoPublic 3 }
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoPublicString ::= { ucdDemoPublic 2 }
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoResetKeys ::= { ucdDemoPublic 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendConfigEntry ::= { nsExtendConfigTable 1 }
Cannot adopt OID in IF-MIB: linkDown ::= { snmpTraps 3 }
Cannot adopt OID in IF-MIB: linkUp ::= { snmpTraps 4 }
Cannot adopt OID in UCD-DEMO-MIB: ucdDemoMIB ::= { ucdavis 14 }
Cannot adopt OID in UCD-DISKIO-MIB: diskIOTable ::= { ucdDiskIOMIB 1 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendResult ::= { nsExtendOutput1Entry 4 }
Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutNum[Sun Mar 20 04:03:29 2016] [notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips mod_wsgi/3.2 Python/2.6.6 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Sun Mar 20 16:38:08 2016] [error] [client 10.10.80.31] File does not exist: /var/www/html/robots.txt
[Mon Mar 21 00:52:15 2016] [error] [client 172.30.245.235] File does not exist: /var/www/html/favicon.ico
[Mon Mar 21 00:52:15 2016] [error] [client 172.30.245.235] File does not exist: /var/www/html/favicon.ico
[Mon Mar 21 02:36:18 2016] [error] [client 172.30.245.234] PHP Notice: Undefined variable: servicedata in /usr/local/nagiosxi/html/reports/availability.php on line 2192, referer: http://10.10.83.97/nagiosxi/reports/availability.php?&=
[Mon Mar 21 02:36:18 2016] [error] [client 172.30.245.234] PHP Notice: Undefined variable: servicedata in /usr/local/nagiosxi/html/reports/availability.php on line 2222, referer: http://10.10.83.97/nagiosxi/reports/availability.php?&=
[Mon Mar 21 02:38:08 2016] [error] [client 172.30.245.234] PHP Notice: Undefined variable: servicedata in /usr/local/nagiosxi/html/reports/availability.php on line 2192, referer: http://10.10.83.97/nagiosxi/reports/availability.php?&=
[Mon Mar 21 02:38:08 2016] [error] [client 172.30.245.234] PHP Notice: Undefined variable: servicedata in /usr/local/nagiosxi/html/reports/availability.php on line 2222, referer: http://10.10.83.97/nagiosxi/reports/availability.php?&=
[Mon Mar 21 02:38:25 2016] [error] [client 172.30.245.234] PHP Notice: Undefined variable: servicedata in /usr/local/nagiosxi/html/reports/availability.php on line 2192, referer: http://10.10.83.97/nagiosxi/reports/availability.php?&=
[Mon Mar 21 02:38:25 2016] [error] [client 172.30.245.234] PHP Notice: Undefined variable: servicedata in /usr/local/nagiosxi/html/reports/availability.php on line 2222, referer: http://10.10.83.97/nagiosxi/reports/availability.php?&=
Please help me.
Thanks
Re: Report Scheduling
Posted: Mon Mar 21, 2016 11:37 am
by lmiltchev
How many scheduled reports do you see under the "My Schedule Reports" page? You don't have any entries whatsoever in the apache crontab...
[root@XYZ ~]# crontab -u apache -l
#crontab for apache user
Usually you will see something like this:
Code: Select all
# crontab -u apache -l
#crontab for apache user
0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/scheduledreporting/sendreport.php --report=ounhf0 --username=nagiosadmin > /dev/null 2>&1
The example above is one entry only for one scheduled (Availability) report. If you had 10 scheduled reports, you would see 10 entries in the apache crontab. Is apache user allowed to run cron jobs on this system? I would recommend that you contact you sysadmins and find out.
Re: Report Scheduling
Posted: Wed Apr 06, 2016 7:15 am
by abodage
Hi Team,
After upgrading Nagios xi to 5.2.6 I am unable to see attachment type in report scheduling.
report scheduling.PNG
Is this bug for this patch or anything else ...
Please help..
regards,
Avi
Re: Report Scheduling
Posted: Wed Apr 06, 2016 2:31 pm
by rkennedy
I have filed a bug report this after replicating it on my end, #8223. Thanks for letting us know!
At this point, it's now in the developers hands.
Re: Report Scheduling
Posted: Wed Apr 06, 2016 2:37 pm
by bheden
We've got the bugfix in place on our end now. In the meantime, you can issue a fix by executing the following command from a terminal on the server:
Code: Select all
sed -i 's/.*filter_var.*//' /usr/local/nagiosxi/html/includes/components/scheduledreporting/schedulereport.php