Search found 14 matches

by Avinash91
Fri Nov 18, 2016 12:07 am
Forum: Nagios Log Server
Topic: rsyslog logging is missing
Replies: 9
Views: 2911

Re: rsyslog logging is missing

Just to make sure we are on the same page. I am trying to view the logs from a cisco device on a centralised server by setting up rsyslog. Since that didn't help I have configured logstash to view logs from the cisco device and I am facing the error as mentioned in my previous reply. I am not using ...
by Avinash91
Thu Nov 17, 2016 5:19 am
Forum: Nagios Log Server
Topic: rsyslog logging is missing
Replies: 9
Views: 2911

Re: rsyslog logging is missing

Could you please elaborate on which profile I need to send.
Since I haven't created a nagios xi profile with the user I am running on the xx.xx83.94 server, I have sent you the nagios xi admin profile.
The nagios xi user profile also has admin privileges.
by Avinash91
Wed Nov 16, 2016 2:41 am
Forum: Nagios Log Server
Topic: rsyslog logging is missing
Replies: 9
Views: 2911

Re: rsyslog logging is missing

Thanks for the reply @rkennedy

PFB the profile.


Do let me know if this could help fix the issue
by Avinash91
Tue Nov 15, 2016 4:43 am
Forum: Nagios Log Server
Topic: rsyslog logging is missing
Replies: 9
Views: 2911

Re: rsyslog logging is missing

Thanks for the reply @mcapra I ran logstash as root user and used a dedicated port 1468 instead of the default port 514 for the CISCO device(xx.xx.67.254 ) to send syslog data. # ### begin forwarding rule ### # The statement between the begin ... end define a SINGLE forwarding # rule. They belong to...
by Avinash91
Thu Nov 10, 2016 2:15 am
Forum: Nagios Log Server
Topic: rsyslog logging is missing
Replies: 9
Views: 2911

rsyslog logging is missing

rsyslog.conf.txt I have configured the cisco device xx.xx.67.254 to send syslog data to a centralised server xx.xx.83.94 so as to keep track of the logs and search for the required data using keywords. These are the steps i followed to setup xx.xx.83.94(RHEL) as a centralised server 1.Installed rsy...
by Avinash91
Tue Nov 08, 2016 3:48 am
Forum: Nagios XI
Topic: Check_disk command not defined error
Replies: 6
Views: 1833

Re: Check_disk command not defined error

@tgriep: Thanks for your response PFB the output of the commands. [nagios@lussvpnagiosdb01 ~]$ netstat -an |grep 5666 tcp 0 0 10.10.83.94:34969 10.10.83.94:5666 TIME_WAIT tcp 0 0 10.10.83.94:34988 10.10.83.94:5666 TIME_WAIT tcp 0 0 10.10.83.94:34971 10.10.83.94:5666 TIME_WAIT tcp 0 0 :::5666 :::* LI...
by Avinash91
Fri Nov 04, 2016 4:50 am
Forum: Nagios XI
Topic: Check_disk command not defined error
Replies: 6
Views: 1833

Re: Check_disk command not defined error

Thanks for the reply. PFB the output of commands I executed [nagios@uusrcpsplk01 libexec]$ systemctl status nrpe -bash: systemctl: command not found [nagios@uusrcpsplk01 libexec]$ ls -l /usr/local/nagios/libexec/check_disk -rwxrwxrwx. 1 root nagios 7920 Nov 4 00:05 /usr/local/nagios/libexec/check_di...
by Avinash91
Wed Nov 02, 2016 5:20 am
Forum: Nagios XI
Topic: Check_disk command not defined error
Replies: 6
Views: 1833

Check_disk command not defined error

I am using the check_disk command to monitor the disk usage for /opt/data mount on a client server from the Nagios server using check nrpe. However i am getting the following error "NRPE: Command 'check_disk' not defined" These are the steps i have followed 1. Installed nrpe agent on clien...
by Avinash91
Tue Oct 11, 2016 5:21 am
Forum: Nagios XI
Topic: Remove Host/Service from monitoring using command line
Replies: 6
Views: 5194

Re: Remove Host/Service from monitoring using command line

Yup! we can close this thread :)
by Avinash91
Thu Oct 06, 2016 5:58 am
Forum: Nagios XI
Topic: Remove Host/Service from monitoring using command line
Replies: 6
Views: 5194

Re: Remove Host/Service from monitoring using command line

Thanks for your reply @tmcdonald. I was able to find the API and commands to remove hosts and services from monitoring. PFB the commands in case anyone else is looking for a similar command To Remove host: curl -XDELETE "http://10.10.83.94/nagiosxi/api/v1/config/host?apikey=nlcctavf&pretty=...