but remember, it doesn't always happen from the gui.
This is the only graphing issue I have. In the event log, this host is the only thing with that error.
Cisco Switch check issue
Re: Cisco Switch check issue
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Cisco Switch check issue
Also, why is it looking in /var/lib/mrtg/ instead of /usr/local/nagios/share/perfdata/. In the /var/lib/mrtg, this host is the only item with files.
What am I not understanding here? I am 100% sure this is at least part of my issue as these bandwidth checks are done from two workers(primary nagios server and another worker). What is this check doing that is different than all other checks that return performance data?
EDIT: if I copy the contents of /var/lib/mrtg to my other worker, will that cause any issues with the data? I now see the wizard uses a check that is actually deling specifically with mrtg.
What am I not understanding here? I am 100% sure this is at least part of my issue as these bandwidth checks are done from two workers(primary nagios server and another worker). What is this check doing that is different than all other checks that return performance data?
EDIT: if I copy the contents of /var/lib/mrtg to my other worker, will that cause any issues with the data? I now see the wizard uses a check that is actually deling specifically with mrtg.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Cisco Switch check issue
Bandwidth checks are done by mrtg. We have a script on a cron that copies (after some processing) the data from the mrtg files to the rrds in perfdata. Moving the /var/lib/mrtg folder may allow for the mrtg checks to work remotely, but will still stop the perfdata rrds from populating. I am not sure the best course of action here. I will talk to the big bad Scott!
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Cisco Switch check issue
Andy, that sounds dangerously like a "No"abrist wrote:Bandwidth checks are done by mrtg. We have a script on a cron that copies (after some processing) the data from the mrtg files to the rrds in perfdata. Moving the /var/lib/mrtg folder may allow for the mrtg checks to work remotely, but will still stop the perfdata rrds from populating. I am not sure the best course of action here. I will talk to the big bad Scott!
wow...I've started typing a sentence 5 times and deleted it, as I am no sure what to ask/say....hmmmmm
Why on earth is BW graphing handled completely different than all other graphing? is there a logical reason for that?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Cisco Switch check issue
To continue on my previous post.....I have a solution in mind already if I am not happy with your response
basically, I can use the plugin check_nwc_health for the checks instead of use the wizard. It'll be a little more painful to setup, but as of right now, we are not planning on monitoring every last port, just the uplinks.
basically, I can use the plugin check_nwc_health for the checks instead of use the wizard. It'll be a little more painful to setup, but as of right now, we are not planning on monitoring every last port, just the uplinks.
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Cisco Switch check issue
I am still thinking and consulting with coworkers over this. Bump this post tomorrow so we see it and I will strive to get you an answer longer than a two letter word (not four letters either, I promise!).
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Cisco Switch check issue
Andy, I'm bumping this as requested. Actually, a day later since I was out yesterday!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Cisco Switch check issue
To use the wizard, you would probably have to create a netmount so that the worker could update the /var/lib/mrtg rrds. Alternatively, you could look at using one of the other port status/bandwidth monitoring plugins. What was your idea?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Cisco Switch check issue
That was my idea, using the check_nwc_health plugin instead. It'll be a little more manual than using the wizard, but since you guys wanted to treat bw monitoring special, I guess I gotta deal with it since I do distributed checks.(Partial jokingabrist wrote:To use the wizard, you would probably have to create a netmount so that the worker could update the /var/lib/mrtg rrds. Alternatively, you could look at using one of the other port status/bandwidth monitoring plugins. What was your idea?
I could also make all BW checks just force to run from the nagios server and only distribute the other checks...I'll discuss with my network team and see which they prefer. The check_nwc_health plugin really is a darn good plugin. I use it for quite a bit of my network checks. They also wrote the check_logfiles plugin that I consider the best as well.
I guess we can consider this one closed, as I have options now, just need to decide on best course.
EDIT: Going with the other plugin and the more manual method. Yay, more work for me!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github