Re: Bandwidth on passive host
Posted: Fri Aug 14, 2015 2:00 pm
NRPE is there but isn't that an active service? Or will passive work for it?
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
[/settings/scheduler/schedules]
NIC Sent = CheckCounter 'Counter:Bytes Sent/sec=\Network Interface(Intel[R] PRO_1000 MT Network Connection)\Bytes Sent/Sec' ShowAll MaxWarn=786432000 MaxCrit=943718400
NIC Received = CheckCounter 'Counter:Bytes Received/sec=\Network Interface(Intel[R] PRO_1000 MT Network Connection)\Bytes Received/Sec' ShowAll MaxWarn=786432000 MaxCrit=943718400Wow, sorry to hear thatJam1987 wrote:Hey guys, sorry for the delay. Got hit by a truck while biking last week so not been able to do anything until today. I will jump on your suggestions right away.
Code: Select all
error:D:\source\nscp\modules\Scheduler\Scheduler.cpp:74: Exception in Failed to add target: NIC Received: unknown escape sequence
2015-08-24 11:15:37: error:D:\source\nscp\modules\Scheduler\Scheduler.cpp:74: Exception in Failed to add target: NIC Sent: unknown escape sequencI changed the interface in the settings, attached is my nsclient++ config file. I used the name given in the device manager on the Windows unit.tgriep wrote:You will have to edit the example that Box293 provided with the name of the Ethernet Interface that is installed on your Windows systems, you cannot use the example.
That could be why it is failing for you.
If you did change the interface name, can you post the settings?
Code: Select all
NIC Sent = CheckCounter 'Counter:Bytes Sent/sec=\Network Interface(Intel(R) 82583V Gigabit Network Connection)\Bytes Sent/Sec' ShowAll MaxWarn=70000 MaxCrit=75000
NIC Received = CheckCounter 'Counter:Bytes Received/sec=\Network Interface(Intel(R) 82583V Gigabit Network Connection)\Bytes Received/Sec' ShowAll MaxWarn=70000 MaxCrit=75000Code: Select all
NICSent = CheckCounter "Counter:Bytes Sent/Sec=\\Network Interface(Intel[R] 82583V Gigabit Network Connection)\\Bytes Sent/Sec" ShowAll MaxWarn=70000 MaxCrit=75000
NICReceived = CheckCounter "Counter:Bytes Received/Sec=\\Network Interface(Intel[R] 82583V Gigabit Network Connection)\\Bytes Received/Sec" ShowAll MaxWarn=70000 MaxCrit=75000