Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."
Today's Topics:
1. Nagios Export (Karl Putland)
2. Re: Netdot 1.0-git CNAME issue (Vincent Magnin)
----------------------------------------------------------------------
Message: 1
Date: Wed, 12 Sep 2012 17:01:04 -0600
From: Karl Putland <[email protected]>
Subject: [Netdot-users] Nagios Export
To: [email protected]
Message-ID:
<ca+exwswuaygzc6xgmpmbebmar64qderfjpyvhz9qxpz5qcc...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
I'm not getting any hosts, services, interfaces, etc.... in the nagios
export.
I have marked the Monitored status as Up,
I have selected Monitored.
I do get the one contact that is defined on the contact list.
Is there a Nagios exporter configuration guide?
Thanks,
--Karl
Karl Putland
Senior VoIP Engineer
*SimpleSignal*
3600 S Yosemite, Suite 150
Denver, CO 80237
One Number Rings All My Phones: 303-242-8608
SimpleSignal.com <http://www.simplesignal.com/> |
Blog<http://www.simplesignal.com/blog>
| Facebook <http://www.facebook.com/SimpleSignal?ref=ts> |
Twitter<http://twitter.com/simplesignal>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20120912/46f4a58c/attachment-0001.html
------------------------------
Message: 2
Date: Thu, 13 Sep 2012 14:28:53 +0200
From: Vincent Magnin <[email protected]>
Subject: Re: [Netdot-users] Netdot 1.0-git CNAME issue
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes";
format="flowed"
Hi,
I've a possible fix (this might break other things) for my CNAME issue:
diff --git a/htdocs/management/host.html b/htdocs/management/host.html
index 02e22bd..7019d76 100644
--- a/htdocs/management/host.html
+++ b/htdocs/management/host.html
@@ -124,7 +124,7 @@ if ( $submit ){
# Also, if RR was just updated, this re-reads it
from the DB
# to avoid the old values from showing up
my $newrr = RR->retrieve($newid);
- $rrs{$newrr->id} = $newrr if defined $newrr;
+ $rrs{$newrr->id} = $newrr if (defined $newrr &&
$id == $newid);
}
})
This will prevent a second RR to be displayed (on my issue, %ret
contains the RRCNAME id instead of RR id).
Regards,
Vincent
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 46, Issue 11
********************************************