-
hostgroups.
2007-10-31 14:49:40 UTC by nobody
-
Adding service_dependencies to hostgroups instead of single hosts would be a nice feature.
2007-10-31 14:49:07 UTC by nobody
-
nagiosweb can be accessed outside of nagios, if there is no .htaccess or something , and that is a security hole
could include a htaccess file to use the autentification file of nagios or something, or at least a mention in doc of this problem
thanx.
2007-06-04 19:37:01 UTC by xumxum
-
Many notifications need to have the command sql escaped.
In notifications.php replace the line with:
$updatequery=mysql_query("UPDATE notify SET command_name='".mysql_escape_string($command_name)."', command_line='".mysql_escape_string($command_line)."' WHERE command_id='$command_id'");.
2007-01-23 07:19:08 UTC by nobody
-
If an argument for a service check contains a colon (":"), it's replaced by an exclamation mark ("!") when the cfg files are written.
There appears to be no alternative to prevent this, other than editing the cfg file between writing and server restart.
This is a serious issue when used in conjunction with NC_Net to check Windows servers - for example, MS SQL Server uses a colon in...
2007-01-17 13:40:14 UTC by adrianc602
-
So many people have asked for this feature and I agree it would be awesome to have. But I don't see this being working on in the near future.
Josh.
2006-12-22 12:55:48 UTC by jkonkol
-
Work around:
Manually replace the correct information in the affected records.
2006-11-30 14:00:30 UTC by nobody
-
When changing information about a single host, the hostgroups table corrupts. The resultant corruption involves the replacement of the hostgroup name and the hostgroup alias with the unique host name.
++ Affected MySQL table:
nagiosweb.Tables.hostgroups
++ Fields modified in the record where host has membership:
Hostgroup_name , alias
++ Field unaffected by corruption...
2006-11-30 13:58:20 UTC by nobody
-
The ability to rename a host group would be a nice
improvement.
Thank you.
2006-10-11 17:47:53 UTC by nobody
-
This is a bug (as opposed to a feature request) because
it created invalid Nagios configuration files when it
happens. Not to mention making the hostgroup_members
table inconsistant with the hosts table.
BUG:
When a host is deleted, its host_id information remains
in the hostgroup_members table.
RESULTING ERROR:
This causes an mysql index error to occur at line 350
in createtxt.php...
2006-10-04 18:56:47 UTC by nobody