Login

Home Forum
Welcome, Guest
Please Login or Register.    Lost Password?

Warning: You have not filled in some required fiel
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: Warning: You have not filled in some required fiel
#612
Warning: You have not filled in some required fiel 1 Year, 6 Months ago Karma: 0
i just installed nagiosql301

i'm trying to add a host and i'm getting this:

---
Warning: You have not filled in some required fields!
If this values are set by a template, you can save anyway - otherwise you will get an invalid configuration!
---

i did attach screen shot ( picasaweb.google.com/alexus/NagiosQL# ) to show you that all requirement fields are filled correctly
also i'm pretty sure it wasn't done on purpose but quite often i see a query

for instance

SELECT * FROM `tbl_variabledefinition` LEFT JOIN `tbl_lnkHostToVariabledefinition` ON `id`=`idSlave` WHERE `idMaster`= ORDER BY `name`Error[3]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY `name`' at line 1

inside of "addon settings" (it's also in screen shots i sent you)
alexus
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/03/06 02:17 By alexus.
The administrator has disabled public write access.
 
#613
Re:Warning: You have not filled in some required fiel 1 Year, 6 Months ago Karma: 5
First, please install our latest core patch from the last post of:

www.nagiosql.org/forum.html?func=view&am...limit=6&start=12

an check again.
martin
NagiosQL Founder
Posts: 307
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#614
Re:Warning: You have not filled in some required fiel 1 Year, 6 Months ago Karma: 0
okay, i replace that file, now i don't see SQL error, yet the major issue still remains

i filled out all the fields and i get:


Warning: You have not filled in some required fields!

look at my screen shots to see what was filled out
alexus
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#615
Re:Warning: You have not filled in some required fiel 1 Year, 6 Months ago Karma: 5
Could be there was also a fixed host.htm.tpl issue or javascript issue - hmm. On our test environment, there is no error like this. Try the host template below - if this will not help, we can try the new common.js later
This attachment is hidden for guests. Please login or register to see it.
martin
NagiosQL Founder
Posts: 307
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#616
Re:Warning: You have not filled in some required fiel 1 Year, 6 Months ago Karma: 0
same thing, here is output of file that i said write anyway

###############################################################################
#
# Host configuration file
#
# Created by: Nagios QL Version 3.0.1
# Date: 2009-03-06 16:19:20
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios QL will overwite all manual settings during the next update
#
###############################################################################

define host {
host_name 64.237.55.65
alias 64.237.55.65
address 64.237.55.65
check_command check_icmp
max_check_attempts 1
check_period 247
contacts DC
notification_interval 0
notification_period 247
register 1
}

###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
alexus
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#617
Re:Warning: You have not filled in some required fiel 1 Year, 6 Months ago Karma: 5
Ok, then replace also common.js inside functions. If that will not help, I will try to reproduce your error - "try" because on our test systems it works without any error.
This attachment is hidden for guests. Please login or register to see it.
martin
NagiosQL Founder
Posts: 307
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1234