Skip to content

Commit 3f53d16

Browse files
committed
Update README.md
1 parent cbd1fa7 commit 3f53d16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notscannedsince/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# notScannedSince.pl
1+
# notScannedSince
22

33
This script (notScannedSince.pl) will find all assets not scanned within a number of days specified and add them to a group. We created this to work around a current limitation in asset tagging that prevents tags from being updated if a host is not scanned. Groups created with this script could be excluded from a tag in order to avoid reporting on hosts that have not been scanned recently without purging their data.
44

55
It includes usage information, but in general the syntax is like this:
66

7-
./notScannedSince.pl --username= \--password= \--serverurl= \--interval= \--groupName= [--replace]
7+
./notScannedSince.pl --username= \--password= \--serverurl= \--interval= \--groupName= [--replace]
88

99
* _serverurl_ can be either as above for the shared platform or specific to an @Customer
1010
* _interval_ is the number of day since the current date before which you would like to add hosts to the group
1111
* _groupname_ is the asset group you which to use for the hosts not scanned
1212
* if you set `--replace`, the script will replace the contents of groupname with the IPs it finds, otherwise it *will* create a new group. If you omit `--replace` but use an existing name, the script will fail.
1313

14-
The script will create a temporary xml file that will be overwritten whenever it is run, and is currently limited to 1000 hosts.
14+
The script will create a temporary xml file that will be overwritten whenever it is run, and is currently limited to 1000 hosts.

0 commit comments

Comments
 (0)