/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/ |
H A D | datadomain.php | 45 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `targets`=$… variable 49 $strSQL = 'INSERT INTO ' .$strSQLx; 51 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | checkcommands.php | 44 … $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `command_line`='$chkTfSpValue1', " variable 50 $strSQL = 'INSERT INTO ' .$strSQLx; 52 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | group.php | 45 …$strSQLx = "`$preTableName` SET `groupname`='$chkTfValue1', `description`='$chkTfValue2', `active`… variable 48 $strSQL = 'INSERT INTO ' .$strSQLx; 50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | user.php | 58 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', $strPasswd " variable 62 $strSQL = 'INSERT INTO ' .$strSQLx; 64 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | hostextinfo.php | 43 …$strSQLx = "`$preTableName` SET `$preKeyField`=$chkSelValue1, `notes`='$chkTfValue1', `notes_url`=… variable 48 $strSQL = 'INSERT INTO ' .$strSQLx; 50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | contactgroups.php | 43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `members`=$… variable 46 $strSQL = 'INSERT INTO ' .$strSQLx; 48 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | hostgroups.php | 43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `members`=$… variable 47 $strSQL = 'INSERT INTO ' .$strSQLx; 49 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | servicegroups.php | 43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `members`=$… variable 47 $strSQL = 'INSERT INTO ' .$strSQLx; 49 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | timeperiods.php | 43 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `exclude`=$… variable 46 $strSQL = 'INSERT INTO ' .$strSQLx; 48 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | serviceextinfo.php | 44 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkSelValue1', `service_description`='$chkSelValu… variable 48 $strSQL = 'INSERT INTO ' .$strSQLx; 50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | hostescalations.php | 47 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue3, " variable 53 $strSQL = 'INSERT INTO ' .$strSQLx; 55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | hostdependencies.php | 48 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `dependent_host_name`=$intMselValue… variable 53 $strSQL = 'INSERT INTO ' .$strSQLx; 55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | configtargets.php | 130 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `server`='$… variable 140 $strSQL = 'INSERT INTO ' .$strSQLx; 142 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | serviceescalations.php | 47 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue1, " variable 53 $strSQL = 'INSERT INTO ' .$strSQLx; 55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | contacts.php | 53 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', " variable 68 $strSQL = 'INSERT INTO ' .$strSQLx; 70 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | contacttemplates.php | 53 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', " variable 68 $strSQL = 'INSERT INTO ' .$strSQLx; 70 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | hosttemplates.php | 59 …$strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue2', `parents`=$… variable 80 $strSQL = 'INSERT INTO ' .$strSQLx; 82 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | servicedependencies.php | 48 …$strSQLx = "`$preTableName` SET `dependent_host_name`=$intMselValue2, `dependent_hostgroup_name`=$… variable 55 $strSQL = 'INSERT INTO ' .$strSQLx; 57 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | servicetemplates.php | 58 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue1, " variable 81 $strSQL = 'INSERT INTO ' .$strSQLx; 83 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | hosts.php | 63 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `alias`='$chkTfValue3', " variable 85 $strSQL = 'INSERT INTO ' .$strSQLx; 87 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|
H A D | services.php | 63 $strSQLx = "`$preTableName` SET `$preKeyField`='$chkTfValue1', `host_name`=$intMselValue1, " variable 85 $strSQL = 'INSERT INTO ' .$strSQLx; 87 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
|