Search found 14 matches
- Tue Oct 02, 2012 2:20 pm
- Forum: Nagios XI
- Topic: Host Alias in XI not updating
- Replies: 6
- Views: 721
Re: Host Alias in XI not updating
BanditBBS thank you. When I updated the record by changing the host name then changing it back it worked. Now to work on the SQL to update the nagios database with the nagiosql info.
- Tue Oct 02, 2012 12:52 pm
- Forum: Nagios XI
- Topic: Host Alias in XI not updating
- Replies: 6
- Views: 721
Host Alias in XI not updating
1. Linux Distribution and version? CentOS Linux release 6.0 (Final) 2. 32 or 64bit? 32bit 3. VMware Image or Manual Install of XI? Manual 4. Are there specials configurations on your system, ie; is Gnome installed? Are you using a proxy? Are you using SSL? None Hi, I am having an issue with the host...
- Tue May 04, 2010 12:23 pm
- Forum: Nagios XI
- Topic: Using SMS gateways with nagios xi
- Replies: 6
- Views: 1439
Re: Using SMS gateways with nagios xi
:) Our data center is at the ISP. The nagios server is in a rack on its own PDU and Battery support. All I want is something using a GSM connection to text me when serious problems occur. We have our production site ( the site that went down) at SmoothStone. The DR site is at Peak 10 datacenter. Tha...
- Mon May 03, 2010 4:18 pm
- Forum: Nagios XI
- Topic: Using SMS gateways with nagios xi
- Replies: 6
- Views: 1439
Re: Using SMS gateways with nagios xi
reason I ask is that our datacenter lost power this past Saturday and I had to spend about half my Saturday getting everything back up and running. I was not notified until my boss was notified at 9 AM after it had been down for two hours. I read this article from Linux Journal http://www.linuxjourn...
- Mon May 03, 2010 1:05 pm
- Forum: Nagios XI
- Topic: Using SMS gateways with nagios xi
- Replies: 6
- Views: 1439
Using SMS gateways with nagios xi
Has anyone set up a SMS gateway with nagios xi? What type of gateway/device did you use?
Thanks,
Darrell
Thanks,
Darrell
- Tue Apr 13, 2010 2:42 pm
- Forum: Nagios XI
- Topic: Nagviz on nagios xi
- Replies: 13
- Views: 1764
Re: Nagviz on nagios xi
Thank you! That is what I needed. Its working now but I have not built it into nagios xi interface.
Thank you for the help.
D
Thank you for the help.
D
- Mon Apr 12, 2010 3:21 pm
- Forum: Nagios XI
- Topic: Nagviz on nagios xi
- Replies: 13
- Views: 1764
Re: Nagviz on nagios xi
Okay got around the authentication issue. Now I'm getting hung on the back end database. Right now here is what I thought I should connect too: [backend_ndomy_1] ; type of backend - MUST be set backendtype="ndomy" ; hostname for NDO-db dbhost="localhost" ; portname for NDO-db dbp...
- Mon Apr 12, 2010 9:52 am
- Forum: Nagios XI
- Topic: Nagviz on nagios xi
- Replies: 13
- Views: 1764
Re: Nagviz on nagios xi
That sucks but I understand.
I seem to be having an issue with authentication to it also. What authentication does XI use? Is it htpasswd?
Thanks,
Darrell
I seem to be having an issue with authentication to it also. What authentication does XI use? Is it htpasswd?
Thanks,
Darrell
- Mon Apr 05, 2010 4:01 pm
- Forum: Nagios XI
- Topic: Nagviz on nagios xi
- Replies: 13
- Views: 1764
Re: Nagviz on nagios xi
Okay I have it installed but would like to build it into the nagios xi interface. How far out are you from having a document on this?
Thanks,
Darrell
Thanks,
Darrell
- Thu Mar 18, 2010 11:32 am
- Forum: Nagios XI
- Topic: Monitoring Exchange 2007
- Replies: 13
- Views: 2392
Re: Monitoring Exchange 2007
@jwalters - we use the nsclient++ on the exchange servers and here is the command that we use to check them:
Hope that helps a little.
D
Code: Select all
check_nt!COUNTER -l "\\MSExchangeIS Mailbox(StorageGroup1-MailboxDB1)\\Client Logons"!"StorageGroup1-MailboxDB1 Sessions: %.f" -w0 -c0
D