Page 2 of 2

Re: how to do this graphing in nagios

Posted: Mon Dec 28, 2015 11:25 am
by Box293
Have you installed MRTG?

Is this service working?

Code: Select all

define service{
   use               generic-service                     ; Inherit values from a template
   hostgroup_name      Local_Routers                     ; The name of the hostgroup the service is associated with
   service_description      Port 1 Bandwidth Usage
   check_command      check_local_mrtgtraf!/var/lib/mrtg/192.168.1.20_1.log!AVG!1000000,1000000!5000000,5000000!10
   }