Home
last modified time | relevance | path

Searched refs:chkDataId (Results 1 – 25 of 26) sorted by relevance

12

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/
H A Dservicedependencies.php84 $chkDataId,
94 $chkDataId,
104 $chkDataId,
114 $chkDataId,
124 $chkDataId,
134 $chkDataId,
195 $chkDataId
210 $chkDataId
225 $chkDataId
240 $chkDataId
[all …]
H A Dserviceescalations.php83 $chkDataId,
93 $chkDataId,
103 $chkDataId,
113 $chkDataId,
123 $chkDataId,
133 $chkDataId,
144 $chkDataId,
156 $chkDataId,
198 $chkDataId
213 $chkDataId
[all …]
H A Dhostescalations.php55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
62 $chkDataId = $intInsertId; variable
82 $chkDataId,
92 $chkDataId,
102 $chkDataId,
112 $chkDataId,
123 $chkDataId,
135 $chkDataId,
147 $chkDataId,
159 $chkDataId,
[all …]
H A Dservicetemplates.php109 $chkDataId,
119 $chkDataId,
129 $chkDataId,
139 $chkDataId,
149 $chkDataId,
159 $chkDataId,
170 $chkDataId,
182 $chkDataId,
194 $chkDataId,
206 $chkDataId,
[all …]
H A Dhostdependencies.php55 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
62 $chkDataId = $intInsertId; variable
82 $chkDataId,
92 $chkDataId,
102 $chkDataId,
112 $chkDataId,
123 $chkDataId,
135 $chkDataId,
147 $chkDataId,
159 $chkDataId,
[all …]
H A Dservices.php93 $chkDataId = $intInsertId; variable
118 $chkDataId,
128 $chkDataId,
138 $chkDataId,
148 $chkDataId,
159 $chkDataId,
179 $chkDataId,
191 $chkDataId,
203 $chkDataId,
215 $chkDataId,
[all …]
H A Dhosts.php87 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
93 $chkDataId = $intInsertId; variable
120 $chkDataId,
136 $chkDataId,
157 $chkDataId,
169 … $intRet3 = $myDataClass->dataDeleteRelation('tbl_lnkHostToContact', $chkDataId);
177 $chkDataId,
292 $strSQL = 'UPDATE `tbl_host` SET `use_variables`=0 WHERE `id`=' .$chkDataId;
311 . "VALUES ($chkDataId,$intInsertId)";
348 $strSQL = 'DELETE FROM `tbl_lnkServiceToHost` WHERE `idSlave`=' .$chkDataId;
[all …]
H A Dhosttemplates.php82 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
88 $chkDataId = $intInsertId; variable
108 $chkDataId,
118 $chkDataId,
128 $chkDataId,
138 $chkDataId,
149 $chkDataId,
161 $chkDataId,
173 $chkDataId,
185 $chkDataId,
[all …]
H A Dcontacts.php70 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
76 $chkDataId = $intInsertId; variable
96 $chkDataId,
106 $chkDataId,
116 $chkDataId,
127 $chkDataId,
139 $chkDataId,
151 $chkDataId,
168 … $strSQL = "DELETE FROM `tbl_lnkContactToContacttemplate` WHERE `idMaster`=$chkDataId";
181 … . "`idTable`,`idSort`) VALUES ($chkDataId,".$elem['idSlave']. ', '
[all …]
H A Dcontacttemplates.php70 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
76 $chkDataId = $intInsertId; variable
96 $chkDataId,
106 $chkDataId,
116 $chkDataId,
127 $chkDataId,
139 $chkDataId,
151 $chkDataId,
157 $chkDataId
214 . 'WHERE `idMaster`=' .$chkDataId;
[all …]
H A Dtimeperiods.php48 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
54 $chkDataId = $intInsertId; variable
74 $chkDataId,
84 $chkDataId,
95 $chkDataId,
99 … $intRet1 = $myDataClass->dataDeleteRelation('tbl_lnkTimeperiodToTimeperiod', $chkDataId);
107 $chkDataId,
111 … $intRet2 = $myDataClass->dataDeleteRelation('tbl_lnkTimeperiodToTimeperiodUse', $chkDataId);
124 $strSQL = "DELETE FROM `tbl_timedefinition` WHERE `tipId`=$chkDataId";
138 … . "`last_modified`) VALUES ($chkDataId,'".$elem['definition']."',"
H A Dcontactgroups.php48 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
54 $chkDataId = $intInsertId; variable
74 $chkDataId,
84 $chkDataId,
95 $chkDataId,
99 … $intRet1 = $myDataClass->dataDeleteRelation('tbl_lnkContactgroupToContact', $chkDataId);
107 $chkDataId,
111 … $intRet2 = $myDataClass->dataDeleteRelation('tbl_lnkContactgroupToContactgroup', $chkDataId);
H A Dtemplatedefinitions.php35 $chkDataId = filter_input(INPUT_GET, 'dataId', FILTER_VALIDATE_INT, array('options' => array('defau… variable
40 if ($chkDataId == '') {
41 $chkDataId = 0; variable
78 $strSQL = 'SELECT * FROM `' .$chkLinkTab."` WHERE `idMaster` = $chkDataId ORDER BY `idSort`";
228 … link = base+"<?php echo $chkDataId; ?>&type=<?php echo $chkType; ?>&mode=del&def="+key;
233 …link = base+"<?php echo $chkDataId; ?>&type=<?php echo $chkType; ?>&mode=sortup&key="+key+"def="+e…
238 …link = base+"<?php echo $chkDataId; ?>&type=<?php echo $chkType; ?>&mode=sortdown&key="+key+"def="…
H A Dhostgroups.php49 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
55 $chkDataId = $intInsertId; variable
75 $chkDataId,
85 $chkDataId,
96 $chkDataId,
100 … $intRet1 = $myDataClass->dataDeleteRelation('tbl_lnkHostgroupToHost', $chkDataId);
108 $chkDataId,
112 … $intRet2 = $myDataClass->dataDeleteRelation('tbl_lnkHostgroupToHostgroup', $chkDataId);
H A Dservicegroups.php49 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
55 $chkDataId = $intInsertId; variable
75 $chkDataId,
86 $chkDataId,
97 $chkDataId,
102 … $intRet1 = $myDataClass->dataDeleteRelation('tbl_lnkServicegroupToService', $chkDataId);
110 $chkDataId,
114 … $intRet2 = $myDataClass->dataDeleteRelation('tbl_lnkServicegroupToServicegroup', $chkDataId);
H A Dserviceextinfo.php50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
56 $chkDataId = $intInsertId; variable
74 $booReturn = $myDataClass->updateHash($preTableName, $chkDataId);
190 if ($chkDataId != 0) {
192 $conttp->setVariable('DAT_ID', $chkDataId);
H A Dgroup.php50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
56 $chkDataId = $intInsertId; variable
72 $strSQL = "DELETE FROM `tbl_lnkGroupToUser` WHERE `idMaster`=$chkDataId";
103 … . "`link`) VALUES ($chkDataId,".$elem['user'].",'$intRead','$intWrite',"
H A Dvariabledefinitions.php35 $chkDataId = filter_input(INPUT_GET, 'dataId', FILTER_VALIDATE_INT, array('options' => array('defa… variable
49 "WHERE `idMaster`=$chkDataId ORDER BY `name`";
133 … link = link+'admin/variabledefinitions.php?dataId=<?php echo $chkDataId; ?>&mode=del&def='+key;
H A Dgroupusers.php32 $chkDataId = filter_input(INPUT_GET, 'dataId', FILTER_VALIDATE_INT, array('options' => array('defa… variable
65 . "WHERE `idMaster`=$chkDataId ORDER BY `username`";
148 echo $chkDataId; ?>&mode=del&user="+key;
H A Ddatadomain.php51 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
57 $chkDataId = $intInsertId; variable
H A Dcheckcommands.php52 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
58 $chkDataId = $intInsertId; variable
H A Dconfigtargets.php63 if (($chkModus == 'modify' || $chkModus == 'insert') && $chkDataId != 0) {
142 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
145 … if (($chkTfValue1 != '') && ($chkTfValue2 != '') && (($chkTfValue4 != '') || ($chkDataId == 0))) {
H A Dhostextinfo.php50 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
56 $chkDataId = $intInsertId; variable
H A Duser.php64 $strSQL = 'UPDATE ' .$strSQLx. ' WHERE `id`=' .$chkDataId;
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/
H A Dprepend_content.php243 if ($chkDataId != 0) {
244 $strSQLWrite = "SELECT `access_group` FROM `$preTableName` WHERE `id`=".$chkDataId;

12