Outbound and Inbound Xfer Questions
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Outbound and Inbound Xfer Questions
You've got us all confused now... WHAT!? I think he means semi-colons breaking apart things more than concatenating them, but who knows.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Outbound and Inbound Xfer Questions
He is the new guy. . . who knows?
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: Outbound and Inbound Xfer Questions
Sorry, I meant what, as in what do you want me to send? This is rather important on my end...I'll buy whoever fixes it a drink!
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: Outbound and Inbound Xfer Questions
Was supposed to be a semi-serious remark about checking your code before you compile. Semi-colons missing can be just as deadly as extra ones at least in bash.
Former Nagios employee
Re: Outbound and Inbound Xfer Questions
Are you by chance dumping HTML in status output? You may get unexpected ui behavior if the escaping for html in status info is not working . . .
What does the status and perfdata look like for the conjoined check?
What does the status and perfdata look like for the conjoined check?
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: Outbound and Inbound Xfer Questions
Umm, but I didn't code this, it is built into XI sending the outbound transfers to another Xi server configured for inbound transferstmcdonald wrote:Was supposed to be a semi-serious remark about checking your code before you compile. Semi-colons missing can be just as deadly as extra ones at least in bash.
This is the CPU Stats check when run from cliabrist wrote:Are you by chance dumping HTML in status output? You may get unexpected ui behavior if the escaping for html in status info is not working . . .
What does the status and perfdata look like for the conjoined check?
Code: Select all
[clarkj@svwddnagios01 libexec]$ ./check_nrpe -H rp000002 -t 30 -c check_cpu_stats -a '-w 85 -c 95' CPU STATISTICS OK: user=0.10% system=0.15% iowait=0.00% idle=99.75% | user=0.10% system=0.15% iowait=0.00%;85;95 idle=99.75%
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: Outbound and Inbound Xfer Questions
Can you post a copy of the check_cpu_stats plugin?
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: Outbound and Inbound Xfer Questions
Yes, my linux admin is grabbing me a copy right now. But an interesting note, I scheduled an immediate check and it came across fine by itself. It really seems when some of the checks are run too close to each other, either the sending or receiving server combines data.....and as I typed this I got the script in emai...attaching...abrist wrote:Can you post a copy of the check_cpu_stats plugin?
You do not have the required permissions to view the files attached to this post.
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: Outbound and Inbound Xfer Questions
Here is a quick note:
The items on the receiving server were already configured, I did not let them appear in unconfigured objects. Maybe delete the objects and see if they magically appear in unconfigured objects?
The items on the receiving server were already configured, I did not let them appear in unconfigured objects. Maybe delete the objects and see if they magically appear in unconfigured objects?
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: Outbound and Inbound Xfer Questions
So, I tested my last post and removed all serviced for host rp000001.
Here is the sending server: Here is unconfigured objects on the receiving server: So that didn't fix it. I'm at a loss now
EDIT: After waiting a bit more: What's with the 0
Here is the sending server: Here is unconfigured objects on the receiving server: So that didn't fix it. I'm at a loss now
EDIT: After waiting a bit more: What's with the 0
You do not have the required permissions to view the files attached to this post.
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