Search found 14 matches

by lisashan
Wed Feb 18, 2015 11:13 am
Forum: Nagios Log Server
Topic: can i send log to 514 port?
Replies: 3
Views: 2064

Re: can i send log to 514 port?

tgriep wrote:Here is the manual on how to change Log Server to listen to privileged ports.

http://assets.nagios.com/downloads/nagi ... Server.pdf
thank you very much
by lisashan
Mon Feb 16, 2015 1:21 pm
Forum: Nagios Log Server
Topic: can i send log to 514 port?
Replies: 3
Views: 2064

can i send log to 514 port?

Hi

i have a device which is configured to send syslog to port number 514(which is the default syslog port, and it's not changable), can nagios log server receive the logs from port 514?


Thanks,
Lisa
by lisashan
Mon Feb 09, 2015 1:25 pm
Forum: Nagios XI
Topic: delete rrd files automatically
Replies: 2
Views: 945

Re: delete rrd files automatically

Those rrds are populated by mrtg, and I do not believe XI automatically removes the related mrtg config when the associated service is removed. The mrtg configs are located at: /etc/mrtg/conf.d/ Remove the corresponding configs (or parts of the configs) from the directory above and then remove the ...
by lisashan
Mon Feb 09, 2015 10:41 am
Forum: Nagios XI
Topic: delete rrd files automatically
Replies: 2
Views: 945

delete rrd files automatically

Hi, i used to add a switch using comfiguration wizard, but i have removed all services and hosts already. However i can still see a lot of rd files under /var/lib/mrtg as below: 172.30.253.102_10.rrd 172.30.253.102_11.rrd 172.30.253.102_12.rrd 172.30.253.102_14.rrd 172.30.253.102_15.rrd 172.30.253.1...
by lisashan
Tue Feb 03, 2015 1:26 pm
Forum: Nagios XI
Topic: show traffic rate in packet per second
Replies: 11
Views: 8732

Re: show traffic rate in packet per second

scottwilkerson wrote:Make your plugin outout this

Code: Select all

A-interface Ok 19h 19m 1s 1/5 2015-02-03 10:36:59 TRAFFIC RATE OK: is 291.0 pps|'packets'=291.0pps
adding
|'packets'=291.0pps

As per
https://nagios-plugins.org/doc/guidelines.html#AEN200
Thanks you very much, it works
by lisashan
Tue Feb 03, 2015 10:38 am
Forum: Nagios XI
Topic: show traffic rate in packet per second
Replies: 11
Views: 8732

Re: show traffic rate in packet per second

Are you reporting performance data? What is a sample output of the check? the output of my script/plugin in as follow: TRAFFIC RATE OK: is 296.0 pps this is shown on service status page as: A-interface Ok 19h 19m 1s 1/5 2015-02-03 10:36:59 TRAFFIC RATE OK: is 291.0 pps how do i make 296.0 recognize...
by lisashan
Mon Feb 02, 2015 3:25 pm
Forum: Nagios XI
Topic: show traffic rate in packet per second
Replies: 11
Views: 8732

Re: show traffic rate in packet per second

You can actually use the exact same plugins you would use with NRPE, or any other method. The difference here is that NRDS actually executes them on a cron, and then sends the data up to XI. You would want to follow these guidelines: https://nagios-plugins.org/doc/guidelines.html#AEN200 Hi, thanks ...
by lisashan
Mon Feb 02, 2015 9:51 am
Forum: Nagios XI
Topic: show traffic rate in packet per second
Replies: 11
Views: 8732

Re: show traffic rate in packet per second

We don't have that built-in, but you could write your own custom plugin that saves the previous amounts and does the math, and add it to Nagios XI. https://nagios-plugins.org/doc/guidelines.html http://assets.nagios.com/downloads/nagiosxi/docs/Managing_Plugins_in_Nagios_XI.pdf If you would like a p...
by lisashan
Thu Jan 29, 2015 5:26 pm
Forum: Nagios XI
Topic: show traffic rate in packet per second
Replies: 11
Views: 8732

Re: show traffic rate in packet per second

Do you have a specific OID which gives you that information? If so you could run the SNMP wizard against it to grab the table's query response in an integer. Your manual should have a list of OIDs, or Cisco would have them listed. right now, i am using OID: IF-MIB::ifInUcastPkts.4 = Counter32: 7047...
by lisashan
Thu Jan 29, 2015 4:02 pm
Forum: Nagios XI
Topic: show traffic rate in packet per second
Replies: 11
Views: 8732

show traffic rate in packet per second

is there a way to monitor interface traffic in pps(packet per second)? for example, i am monitoring a cisco router i tried using network switch/router wizard, it can only return me the traffic rate in bps/Bps i also tried snmp wizard, however, it cannot automatically calculate the traffic rate, but ...